
I need a Flow that uses a Array with 4 String Outputs. Those Outputs should get cicle trough everyweek. So dependend on the Week there are 4 diffrent possible Outputs, that can be send to Powerapps.
I tried using reoccuring flows, but they can't send to Powerapps
(Sorry for bad English)
Hi @kdifs8334
PowerApp need to initiate the run of the flow where it can then capture the output. Recurring flow won't be able to return to Powerapps. What you could do is run the recurring flow and store the value in a database or SharePoint list or excel so that PowerApp can read the latest value from the relevant data source.
Thanks