Skip to main content

Поиск по сайту Power Apps

Поиск

Re: Asus A32-N56 problème pour recharger la batterie pour PC

Hi @batterieasus ,   I'm afraid you're in the wrong place for this. This is a community that supports the use of the Power Query element of the Microsoft Power BI product. It's not...

Get the ID of the form that has not submitted

Hello everyone,   I'm having troubles getting the id of the edit form that has not submitted. For example, I first want to submit each request separately which each one will need to get the ID...

Re: View SharePoint List Images in a Gallery

Hi @DaV , If you want to show multiple attachments, what you can simply do is on Select of gallery icon collect attachments in Collection. And add that collection to different gallery. &n...

Re: Filtering and lookup to verify user from a different table

@timl    I've logged another question, as although your suggestions work, I now have delegation issues, and I thought it was best to create a new question, would be great if you have any ...

Re: With FUnction With Dataverse

Leave Status Is input field from dataverse and leave details is dataverse table name

Re: Incomplete Office365Users.SearchUser ForAll import into SharePoint List

@JimAyers    Was thinking, one way possibly would be to do a nested for loop; it might take a while to run   If you search for one letter - it looks like SearchUser will return 100...

Re: Get the ID of the form that has not submitted

Hi @tramlam7413 , This has its dangers if you have concurrent users as all you can really do is show the next ID available First( Sort( SPList, ID, Descsnding ) ...

Need to throw notification if email exists already in AAD.

I have a Text Input field and whenever I enter an email address and submit, it should throw a notification saying if the mail address exists in my AAD or not.  

MS Teams Connector: PostMessageToConversation

Hey,   i got a gallery: There are Items like Birthdays and Jubilees in this gallery. Iam getting this data out of a sharepoint list. The E-Mail of the person who has birthday is withing...

Re: Auto Width Label Generator

Thanks @Billy_C... By the way, I just updated my initial post to add a note saying that now I suggest people use the CreatorKit to have auto-width labels (and much more other nice fluent UI co...

Re: Need to increment a number field in a SharePoint list

So I'm converting number to text then back to a number again using "Value"?

Re: Filter and IF statement

Hi @Chris_King  You can put the required filter in the gallery to avoid these status values like absent , present etc . On your screen where gallery is included , put a refresh(DatasourceN...

Best practice - PowerApps

Is it considered as a best practice to create development apps or test apps in PRODUCTION environment . Or should I use multiple environments

Re: View SharePoint List Images in a Gallery

@Dave-ITMan, I guess you haven't added Navigate(ScreenName); OnSelect of gallery item. You can adjust image size as well by changing height and width of image control 

Re: Network error when using Patch functions: An unknown error occurred - Help!

@NewtKris1   I am having the same issue, what did you have to do in PowerApps to correct the issue?

Re: Filter and IF statement

Please provide field names and what you want to filter then I can write the formula for you

Re: Filter

I've got that bit already. I can't figure out how to get that worked into the rest of my filters and sortby in my gallery.    SortByColumns(Filter([@'Dealer contacts & Distribution L...

Attachment Control Check Each Attachment

Hi,   Is there a way to limit the user attaching 1 file at a time? I have a flow that will trigger if an excel file is being attached. However, if the user decided to attach multiple file at t...

Re: double record when im using the patch function with data from a gallery

@Crissceron    _ItemID is an Alias it does not have anything to do with Your Item_ID it is to lookup ID from Your Database and Compare it to ID from Gallery   If You provide me wit...

Re: DAX Measure

Hi @azale2407 , see my pbi file https://1drv.ms/u/s!Aj45jbu0mDVJi3BPJZwKA7Yqf21J?e=P6iWwk Is this your expected result?  or you want to calculate first an average value for...

Owner data type? When you change cases owner to someone else, all tasks within the case change ownership as well. Both are pointing to "Owner". How to stop this behavior?

Case: Task:   So when I am on the frontend, I have two spots of interest here. 1. The owner of the case like so 2. Tasks that are part of each case When I cha...

Re: double record when im using the patch function with data from a gallery

Okey, so.. no error this time but if i dont have any filter in the gallery (all items) and i press  the button, then for some reason the patch function is updating all the record in the sharepoi...

Formula in text input field?

Is there a way to let a user type in a formula into a single text input field and have the answer display?    

Re: Calling external API in PCF

Thanks @a33ik and @DianaBirkelbach  It's working

Re: Powerapps Form - Multiple dropdown boxes to one SP choice column

I think you are absolutely right! I will try this approach instead, and as the user experience will be the same, it's a win win 🙂 Thanks a lot for "rubber-ducking" this with me. Thanks a million!