In the PowerApps screen, have added a button control. On the button control “OnSelect” I have created a temporary table using the Table() function and stored the Table in a variable. Here I have used the global variable so I have used the set function for the variable creation. Set(D...
Then, I have a button using ClearCollect and ForAll against a table of stores to create a table of tasks with one row per store. That is displayed in a gallery for a preview. Then, a button uses another ForAll and a Patch function to write it all into a ShareP...
In the App I am setting the variable Set(varProjects) with the names of the projects I want to enable for selection. When the page loads the onVisible function runs and populates the fields with the default values but I cannot get the Projects one to work. // true: populate collection ...
Welcome to the SharePoint group! This is the place to discuss best practices, news, and the latest trends and topics related to SharePoint. Forum Discussion