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 SharePoi...
Update 28/07Looking at the SP site recently, the 'weird' characters seemed to have changed to just which seems to suggest this is an HTML issue but not sure how as no HTML is used in the formula??? ","body@stripHtml({\"removeProcessing...
you might look at utilizing a ForAll(assuming you have less than 2000 logbook rows) and do a collect for each one into the same collection. Then you'll have that collection local to get your counts for your groupby or what not. I think this might work out....
you might look at utilizing a ForAll(assuming you have less than 2000 logbook rows) and do a collect for each one into the same collection. Then you'll have that collection local to get your counts for your groupby or what not. I think this might work...
1/ In PowerApps an Input Task item is created and saved. 2/ A button runs a ForAll function for each item in the Store List. It creates a table (collection?) with the Store Number plus the field from the input task list. 3/ this populated table is displayed in a galle...
1/ In PowerApps an Input Task item is created and saved. 2/ A button runs a ForAll function for each item in the Store List. It creates a table (collection?) with the Store Number plus the field from the input task list. 3/ this populated table is displayed in ...
1/ In PowerApps an Input Task item is created and saved. 2/ A button runs a ForAll function for each item in the Store List. It creates a table (collection?) with the Store Number plus the field from the input task list. 3/ this populated table is displayed in...
ForAll(Sequence(CountRows('Staff Name')),Patch('Clinical Supervision',Defaults('Clinical Supervision'),{'Staff Name': Last(FirstN('Staff Name',Value)).Result,'Job Title': Last(FirstN(JobTitle,Value)).Result,Email: Last(FirstN(Email,Value)).Result,...
ForAll(Sequence(CountRows('Staff Name')),Patch('Clinical Supervision',Defaults('Clinical Supervision'),{'Staff Name': Last(FirstN('Staff Name',Value)).Result,'Job Title': Last(FirstN(JobTitle,Value)).Result,Email: Last(FirstN(Email,Value)).Re...
ForAll(Sequence(CountRows('Staff Name')),Patch('Clinical Supervision',Defaults('Clinical Supervision'),{'Staff Name': Last(FirstN('Staff Name',Value)).Result,'Job Title': Last(FirstN(JobTitle,Value)).Result,Email: Last(FirstN(Email,Value)).Result,'...