Feb 25 2022 09:16 AM
We have created a custom connector, which do the following:-
1) Get all the accounts from external system.
2) Get the account details by passing the Ids returned from step one.
Then inside the Power App >> we need to loop through the returned account info , and do the following:-
1) If the account ID already exists inside a SharePoint list >> to update the account info inside SharePoint list.
2) If the account ID is new >> to add the account info inside SharePoint list.
This can be done, if the user will manually triggers calling the custom connector, by clicking on a button inside a Canvas App for example. But i need to create a power Apps which will allow the user to do the following scheduled task:-
1) The user will specify the Refresh rate in minutes. for example to do a call to the custom connector each 150 minutes.
2) Then power Apps will call the custom connector each 150 minutes without any user intervention >> and updates the SharePoint list accordingly
so is this something we can build using Power Apps? In other word to build something similar to Scheduled Flow inside Power Automate?
Thanks
Mar 01 2022 11:41 PM
@john john
How about the following setup?
The performance might depend on the total amount of records to process.
You could tweak the duration slightly also, if you make use of a compose action and access its items outside of the apply to each , instead of an append to variable action within the 'loop'.