Hello,
I am attempting to use the 'Excel Business Online' connector, with the 'Update a Row' action. The name of the column is dictated by the value of a variable, which is only established when the flow runs.
For example, when a user is absent, this will be recorded by the flow, and I need to update this value under the Jan-18 date of an excel table similar to the below table, for the key value pair of Name-Jack.
Unfortunately, this means the column names appear as options to push the string value 'absent' to.
Instead I would like to dynamically fill the cell in the correct column, based on the date which is only generated at runtime.
How is this achieved?
| Name | Jan-15 | Jan-16 | Jan-17 | Jan-18 | Jan-19 |
John | | | | | |
| Jack | | | | absent | |
| Jill | | | | | |
| Joe | | | | | |