Hello there,
I have created two flows where flow-1 gives me the list of folder names present in my onedrive. flow-2 takes input from power apps to display the list of file names present in a folder. Now on the power apps, I was able to get the list of folder names on my Dropdown-1. How do I use the list of folder names from Dropdown-1 as an input to my flow-2 to display the list of the file names present in that folder on Dropdown-2 on power apps.
Set(CL,Split(Dropdown2.Run(FamilyCode.SelectedText.Result).filename,","));Notify("List of File Names",Success,2);CL.Result;


Report
All responses (
Answers (