Skip to main content

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

Поиск

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

Its not the solution because generate the same issue than my code when i came here asking for help... im sorry

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

Nice, thanks!   I got it to work. I should mention that it is incorporated in a Form (Mode: New), so I am patching the table to a already created record. Now, If I want to edit or view the rec...

Bad column type after expanding from merged query

Hello,    I have a small problem :  When I expand a merged query, I have some specific values wich are automatically converted to date, like "24/7" converted to "24/7/2022" 24/7 is...

calculation of the dynamic share of the total for the period

Hello everyone! I need help with the calculation of the dynamic share of the total for the period.   I have a budget per client for the year. I need to calculate the budget share for each m...

Re: Converting a textbox to a date picker in form field

Thank you SO much! That was definitely easier than I was making it out to be! 🙂

Re: Collections, Delegation & workarounds for Filter - SQL

Hi @Lefty, For the second item, you might try some different bracketing like this (if I am reading your logic correctly) Filter( Profile, ( vAllowOverrideUG || ( ...

Solution error: Dataverse Import failed due to missing dependencies

Hi everyone,   I received the following error when exporting a solution into Power Apps: "Import failed due to missing dependencies for [YOUR APP NAME]     I trawled through...

Re: Filter radio button on two SP columns?

Hi A simple filter function would solve your issue. Now I'm not sure exactly how your table is configured but I assume the below should work Filter(SPList, Scope = "In Scope").DepartmentName

Re: Shaping data and calculate weighted average

hi @BA_Pete    I'm doing it in Power BI by using Power Query , is this possible?   when you said normalise my raw data meaning to prepare my raw data like how i intend it to b...

Re: Run Flow when Sharepoint list item is created and when only certain Sharepoint list columns modified

Unfortunately , It isn't a Boolean. There are 4 different options.    

Move Column Items to New Column and Value

I'm trying to figure out how to move the below data into custom rows and values.  the data comes in this format:   "deviceId": "cd489ed6-111a-46c7-bd31-ce1a91d7efcd", "deviceName": "Aeot...

Re: How to Genrate flow when there is only one button no sharepoint nothing

Hi @SRGDEVELOPER,   I recommend just using the Power Automate Flow as there is alot more options, flexibility, and control with it.   Best Wishes, Matren

Apps Performance with DataVerse

Hi Everyone,   I'm encountering some real performance issues with Power Apps that connect to DataVerse. We're not expecting it to be instant, but on some occasions we are waiting almost a minu...

Re: Fomula issue

Hi @YanLiang, Modify your formula as below: If(RARForm.MOde=FormMode.New || RARHeadcounttype.Selected.Result="Addition","",Parent.Default)

Get count after filter

Hi all,   I have a gallery with column name status and when I apply filter based on status(Approved/pending/rejected) at same same time . I need a count of status from gallery . How I get coun...

Re: Edit Form Update Error network error when using patch function

@cha_cha Yes, sure. Those 3 Datacards are Person/Group column in my SharePoint List.    The user only need to fill out 2 Datacards. So the last datacard will be visible false if the ...

Re: Disable Submit Button

Hello @Xinlin    As I understand, please correct me if I'm wrong, that you want the button to be disabled until all the fields are filled. This code would be my suggestion.   ...

Re: Moving a Gallery which is connected to sharepoint list inside a custom card inside a form will not show any results

@cha_cha thanks , but when i select the Gallery i do not get any option to set its scope?    

Re: Setting a simple Global variable Not working

Hello @jv123    Where and how are you initializing the variable? Variable values are initialized/updated when a specific event is simulated (examples: OnSelect, OnStart, OnSuccess) ...

Re: Goal Seek to Each Row for Effective Interest Rate

Hi @EddyW , if it is strongly related to your original question or you have a question to my answer, then doing it here is fine. Otherwise just open a new thread and @ImkeF  me...

For All error

Hi Folks!   Can someone tell me why I'm having this kind of error. I have a collection that I need to check each of their name. If it is an Excel file. a Power automate will be trigger. Code b...

Re: Patch Repeating Table and Form to SharePoint List in one Button

@Rasha_Alaydi , That does not really clarify my question - w hich part of the code works for you (and what it not working) and are you are trying to save the entire collection (if more th...

Re: Power Apps grid control feedback

Hey @MattVizor my apologies for not responding sooner. Would the nested grid feature solve your issue, since both the parent and nested grid could be editable and would not require you to c...

Re: Barcode Scanner Icon

Thanks @WarrenBelz, how do I then get the scan to fire? I tried a couple of examples in OnSelect for the image

Re: Barcode Scanner Icon

Hi @Tango , On the OnSelect of the Icon, put Select(BarcodeScannerName)   Please click Accept as solution if my post helped you solve your issue. This will help others find it ...