Hello
I have flow with 2 getrows actions.
1st action retrieve data filtered by "creation day" - assets, added to database today
Data contains columns:
Asset Name
Purchase Date
Supplier ID
2nd action retrieve data from 2nd database, and contains columns:
Supplier ID
Supplier Name
I need to build HTML table with data from 1st getrows action, but replace Supplier ID with Supplier Name from 2nd action.
Any help or advice will be greatly appreciated.