I need to build a flow that will take an Excel sheet and turn the data into a table, then add a column to that table and populate the new column with a date selected by the user. I would like to trigger with the For a Selected File with SharePoint and allow the user to select the date as an input when triggering the flow from the file. I have tried and got it to create the table and add a column, but I cannot figure out how to populate the new column with the selected date. Anyone got some help or advice? Thank you!
Edit: Figured I should add that the eventual goal is to upload this table to a SharePoint list with certain columns but I am trying to get the table and the new column added as a first step.