my flow looks like,
1. when a file is created (properties only) in share point library folder
2. Get Tables from the file above using identifier dynamic value in the file feild
3. compose ( to select first table name from output of step two)
4. List rows present in a table( table of a existing excel file where i need the data)
5. Filter array (filtered the rows in which i need to update the columns)
6. List rows present in a table (table which i received as step 2 and 3, I used identifier dynamic value again in the File field)
7. Apply to each( for each value of table in step4)
8. i need to put condition now... and i am stuck ,,, i have columns names available for the table in step4 in dynamic value list, but i dont have columns name available for the table i got from step 2, how to compare,
9, once i do step no. 8, i need to proceed with " update row action for table from step 4, with specific information i need from Table from Step 2
Please Help