Announcements
Now that you can return data from Microsoft Flow to PowerApps, how can you return a full array?
Thank you a ton for the great video, I have enhanced the formula to get the data with dynamic length:ClearCollect(CollEMDetails,AddColumns(Split(EmployeeDetailsJson,"\n"),"Divison Owner",Mid(Result,Find("Dvowr/",Result)+6+3,(Len(Mid(Result,Find("Dvowr/",Result)+6+3)) - Len(Mid(Result,Find("~!",Result)))))));With this formula, I can get data with dynamic length.
Once again thank you for your detailed video.
Regards,
Krishna
In "Select" step, I can't see the ResultSet, any idea why this happen?