Hi All,
I have a flow that goes as follows:
- User inputs via MS Forms
- Power Automate transfers data from form to Excel table (this excel table, however, has a couple of calculated columns, which is important for what i'd like to achieve here)
- New word document is created in SharePoint and file properties within SharePoint document library are updated using Power Automate with the output of the step where the data is transferred from MS Forms to Excel
So this all works correctly, however what doesn't and what i'm trying to figure out is for those calculated columns - how can I get the data from the calculated cells/columns over into the file properties with Power Automate? Since these are calculated after the data is entered, I understand why these entries are blank in my flows current state.
Is there a way for me to re-pull the data from the excel file once Power Automate populates the row, and then use that information to update the file properties again?