Skip to main content

Vyhledání Power Apps

Vyhledat

251 – 275 z 199 018

Re: Issue with downloading some files.

This was due to size limit setting.

Re: I want to create two fields has an auto default entries (Get Values from a table)

HI @samirnawam , Is  Service Type in Items Pricing list a choice column ? If Yes, then in the formula we will have to use Value property of it:  If(EditForm1.Mode = FormMod...

Re: Name a document in FLOW using data from power app?

I don't know what action you are using to create the file, but using input parameters is straightforward. This is an example of creating a SharePoint file. In the Create File action, click in the Fil...

Re: Sort the date on gallery

Sort(Filter( SharepointListname ,Title=currentuser,Month=Dropdown1.Selected.Result), Date) 

Re: Power Bi – query or formula to Get Table name

Hi @dd88 ,   When you connected to an excel file successfully, you can select a table and click on the source step, which will have the Sheet's name column.     ...

How to set default value to pivot in Creator kit

I have added one pivot component from Creator Kit. I would like to set default selected item as first item(i.e Job Request View-Internal) . Below is the schema I am using in the items property of the...

Re: Prevent patching duplicates in SQL unique column

Hello, Allow me to revive this old thread, since this is the one and only I found on this topic. Is there a way to check this problem before patching to a database ? A SQL database should be able t...

Re: Power Query

Hi @Ronak_Mistry ,   1) Group your table on code and create one aggregate column using the 'All Rows' operator, and one using MAX of [Party Type]. 2) Expand your nested table col...

Re: Picking Last and Current Update

Worked perfectly now. Thanks @NandiniBhagya20 

Re: Name a document in FLOW using data from power app?

Thanks ccg_apl I did try pass variables but was unsure how to call them in file naming. For example i had a variable FileName and passed on submit button with body of html. But i could not figure out...

Re: Combobox Choices Changed

Hi @jneuen ,   In that case I suggest to use the AddColumns function in the Items property of the combo box:   AddColumns( NumberDataSource, "LocationName", LookUp( ...

Re: Attachment field isn't saving to SP list using Patch

Hi @RMD211 ,   By automatically updating I mean referencing a DataCardValue in another form control for the Default property.   Can you please describe what you tested and...

Refresh rate cached Count total record of Dataverse Table

Hi All,   As the documentation does not say how often the cached count of the total amount of records in a table refreshes. Does anybody here knows?   Best Regards, Anthony

Re: Alarm and auto reject if number is more than budget

Hi @WarrenBelz , I think I didn't get it right, I put the formula into the Form-Item, it's not working. I think I did it wrongly, how should I correct that? Form-Item is originally from G...

Creator Kit - DLP restriction

Hi,   Looking for some guidance on what connector this might be - we are unable to open the reference apps within the solutions they came in or if we save a copy and play them. I can access th...

Re: Displaying User Details in top right corner

Hi @Jupyter123 , Probably a question the Power Automate forum people might be better at answering, but I can say it largely depends on which user profile you're looking for and how you're ...

Re: get data from API with POST request and JSON query

thanks Daryl for your help. After some trial and error I found out that the instructions on the API was stated as ...format = ''px" , but this format (not sure what it is even) was not interpretable....

Re: Creator Kit - DLP restriction

/providers/Microsoft.PowerApps/apis/shared_commondataservice is the old dataverse legacy connector - if you have added this to the non-business group in your DLP then you won't be able to use it with...

How in Gallery_SeatPicker Filter the seats that are still available in addition to the team.

How I'm I supposed to filter the seats available at the selected time in addition to the team also? I have tried to look at the youtube video but it doesn't work for me. (https://www.youtube.com/watc...

Change Order Of My Chart

Hi all,   I have created an bar chart in my app that shows how many of a certain item occurred in each month and that is working fine but the order of the columns is in a random order not Janu...

Re: Branding Template App V3

This is absolutely great.

Re: Sharepoint Powerapps Form - how to make a larger app that is usable in sharepoint list?

@Oskarkuus , I was only trying to find another reason for your issue - if you have not changed the Height, then that is not it. I suggest you revert to the default SharePoint Form, delete th...