Skip to main content

Power Apps Search

Search

6,226 - 6,250 of 193,448

Dynamics 365 tables that are subject to another table

Hey   I am attempting to create an App whereby it shows me a list of Clients that I can click on, and then have their Status' listed.    I can create a list of the Clients (through...

Re: Ho do we patch Sharepoint document library from power apps ?

@WarrenBelzHi, it's me again; what happens if the user uploads the file/document first and then wants to edit the property?

Re: Can't patch SharePoint due to read-only columns

Hi @aungkk ,   This is a known issue of the latest authoring version. You can either switch to a previous version or wait for the fix.   Best regards,

Re: Retrieval of data from SharePoint list with the next highest value

Hi @rob4681 ,   What is this variable: Set(ProdDirOut,DataCardValue5_1.Selected.Value);   BR,

Re: Transforming data help

Hi @user900  You can put the following code to advanced editor in power query let Source = Table.FromRows(Json.Document(Binary.Decompress(Binary.FromText("i45WclTSUTI0MFWK1YGxzcBsJ...

Re: The imported solution and the existing solution must both be managed for upgrade.

Hi @damian_green23 , I would first make sure there aren't any multiple solution layers in the managed solution as this happened for me. Then i would delete the Category column first and th...

Re: Import folder with files that has different headers and still keep the different header

Hi @PatrickWong    Not sure what you have in mind when you ask for it to be 'corrected'.  The best way to fix this would be to have the data sent to you in the proper format -...

Re: Modern Control - Radio - can't see full content (cut off at the top)

Same here, layout cut-off for both horizontal and horizontal stacked, and there is no way to pad to the top 

Re: The Function "Add Column" has some invalid arguments

Hi @Erandi ,   Could you please share a screenshot of the formula bar? Which part of the formula was throwing this error? Please try below formula instead first: ClearCollect( ...

Re: Power Apps component library - Access App Scope Feature

Hi AmDev,    Thanks a lot for your explanation.  I have decided to use local component as I need to pass values across app. 

Re: Copy value from Combo Box to a label

@SpongYe    Thank you, I don't understand what is that "EmailColumn", I saw many tutorials but i never understood  what is that second element or how to evaluate the expression. Can...

How to compres resolution of preview image

I need help what should i do to change resolution of my image preview. because its to long for loading image preview    

Re: Modern Form with Tabs (hidden datacard) : Record Values is not loaded unless datacard is Visible

Hi, Didn't unsderstood if you're using Patch or a Form with SubmitForm, but I'm thinking about this solution : if your problem his patching blank values, use the Coalesce formula that return the f...

Re: Retrieval of data from SharePoint list with the next highest value

Thanks Jeffer,   I still can't get this to work but will keep trying and accept once I solve it.

Re: Replicate sharepoint default form search column operation in Power Apps

Hello, thanks for answering. I have applied the formula but it still does not work as expected. It only filters the text if the text I type in the combo box matches the origin starting from the left...

Re: The specified column is read only and cant be modified

I am experiencing the same issue here; everything was working fine till the previous day, but it seems to have gone haywire suddenly in the morning. The patch function is not accepting data for the c...

Re: Named formula issue : Cannot read properties of undefined (reading 'promise').

As far I remember, yes it was working.   I see that the error occur once in the session, then it's fine until next app reload.   Is it possible that the 'Glbl_RecApp' global record ...

Re: The specified column is read only and cant be modified

I thought I'm the only one facing the same issue. Anyone else?

Re: Deployment of a solution from Unmanaged to managed Failed

Since I have deleted the unmanaged solution in Test environment. Now when I try to deploy the solution from dev to test it is throwing an error stating that Components already existed in Unmanaged so...

Xero software

Hi   Is anyone uploading transaction reports to power query and cleaning them up to use in power BI?  Trying to get the Audit & Accountacny decription away from the date and have it r...

Creating a people picker in Power Apps Teams Environment

I am trying to create a field that allows the user select their designated approver (not manager) and then, the selected approver is notified via teams or email that they have been assigned a request...

Re: BUG - component Event not being triggered since update

I have a WorkAround: a hidden Button where my logic is implemented in OnSelect. In the event handler I have an OnSelect(myButton). I know it's not an ideal solution, but it works.

Re: Convert Unmanaged Solution to Managed In Place

Oh sorry, yes, with my steps the AppId will change the first time.   Yes, you can to have unmanaged solutions in dev and prod environments and deploy changes. Use of managed solutions in prod ...

Re: Conditional deletion of prefixes in one column

Hi Janica123, Below M code for the prefix removing.   Table.ReplaceValue(#"Changed Type","$:#:de:","",Replacer.ReplaceText,{"Column1"})

Re: Filter a gallery with checkboxes

Hi, If I assume that the field "Nature" is a Choice column in your Dataverse table, I suggest you to use RadioGroup instead of multiples Checkboxes, where Items are simply : Choices([NATURE ...