Hello,
I've created a stored procedure with Flow and use it in Power Apps. The problem is when I want to take the data as it is dynamically. Im having 13 columns and when I use 'PowerApp->Executestoredprocedure(V2)'.Run(1,2,3,4,5,6,7,8,9,10,11,12,13) manually the stored procedure works, but I want to make it dynamically. All the columns have different sets. Can anyone tell me how to take the dynamically data from these columns?
Thanks.