i need to get one drive Microsoft excel data, when I change the status ( done ) in column B, through Api call or if it is possible directly on make modules , how can I do? I tried but there is no option for that ,any help will be much apricated
I would suggest you implement the following logic:
- add one more extra column into the Sheet that would contain info if that row was already processed via the Make scenario - for example, column “Make”
- use in the scenario as a trigger module the “List Table Rows” module.
- set up behind this module a filter that column B must be “done” and the column “Make” is empty.
- use the data in the scenario as you need.
- add into the scenario “Update a Table Column” module to update the column “Make” for the row that passed the filter. (Enter there e.g. value “Yes”).
2 Likes