Do you use PowerApps at all? I ask as I can't think of a way for the user to update data in PowerApps and patch the data back to the right list. Try setting it as a variable and call it in the Patch, don't remember of that's supported. Else alo...
Then, a button uses another ForAll and a Patch function to write it all into a SharePoint List which will function as the Task list. I will secure these with a workflow so that stores can see only their own tasks. A simple PowerApp form will give them only the ...
3. It can have multiple layouts 4. The selected items are actually records(not string) 5. User can search for desired items to choose. Filter Filter(source,condition) => Filter(saleName, "Vincent" in ThisRecord.Item) Filter(saleName,input.Text in ThisRecord.Item && ThisRecord.Region in ...
Leaderboard Featured topics Gallery Tabs - Show or Hide Tabs based on Field Value How to patch multiple records at once Enable Copilot for end users in model-driven apps Product updates Microsoft Power Platform Community release plans Power...
Find the attachment, @jacklara66, Try this on Items property: hi BOSS Can u make formula to show only EMP NAME from combobox1 depends upon selection of team i dont want vertical v-qiaqi@microsoft.comon31 Aug 2023at11:15:31 HI@jacklara66, ...
items: - name: What's the role of a PowerApps administrator? - name: What's the role of a Power Apps administrator? href: overview-role-powerapps-admin.md - name: PowerApps enterprise deployment whitepaper - name: Power Apps enterprise deployment whitepaper href: admin-powerapps-enterprise-dep...
Data source = PurchasedItemsCollection (This is one which we created in Step 4) Visible: Gridshow Step 6 Add the Save button. Configure the following properties, OnSelect: SubmitForm(Form1); Step 7 Add Bulk Insert code for the multiple items submit at once to the Grid on form’s On Su...
Dataverse views enable us to define queries and filters in a way that is re-usable across multiple canvas apps and model driven apps. This post describes how to display data from Dataverse views in canvas apps, and how to refer to those views in formula. ...
Leaderboard Featured topics Gallery Tabs - Show or Hide Tabs based on Field Value How to patch multiple records at once Enable Copilot for end users in model-driven apps Product updates Microsoft Power Platform Community release plans Power...
You could mark the correct reply as a solution. Best Regards, 33 I've added a radio control and tried it. What if I set the Default property of the RadioBankingGroup to something like ThisItem.Field002.Value? You will need to change the Field002 pa...