I have a working flow that takes items from a sharepoint list, updates one of the columns with a new value if the new items in the sharepoint list is approved. There are three approvals. Each time the items are approved they are updated to a new value. Basically, I have a certain amount of records and I am updating one column three times after each approval. After that process, which works, I want those said records to be written to a new excel spreadsheet, which also works. The problem that the only fields that are not being written to the excel spreadsheet is the column that I am updating within the flow. If you need more details please let me know.