Hi,
Problem which is wrecking my head!!!
I have a flow which adds a row to an online Excel file when a form is submitted. The flow works fine.
However, I've been asked to protect the sheet because there is other data we don't want users to amend. Unless something has changed there doesn't seem to be a way to unprotect and re-protect a sheet from a flow.
Therefore, my idea was to create a hidden sheet, drop the data from the flow into this sheet, then create links from the main sheet to the hidden sheet which contains the table where the automation drops the data.
However, the automation works and the data is dropped, but because it's inserting a row to the table, the references from the other sheet don't pick up the new row.
For example, if I have a cell in the locked sheet pointing to cell =A2 of the table, when the row is automatically added, the formula changes to =A3
It's obviously because a row is being added, but is there any way to stop this?
Thanks.