Hey,
I have created flow who connects to sql server and execute storedprocedure .
Now i wan't that the data of a dropdown control in powerapps will be the data that this flow is returning, is that possible?
I have a field 'Department' and when it changes the flow excuting the storedprocedure and i want to save the returning values in drop down.