I have multiple excel files all named to suite a different site but have the same table structure. I have a flow that:
1. When a new record is created in acognito form adds the data to a sharepoint list
2. Gets the dats from that list based on a filter that selects status and site (site comes from step one)
3. I then do a List Rows in Table matching excel file to the site. This allows me to use a vraiable for the site in the file location box
4. It then removes any rows found in preparation for new rows:
here is my my problem
In building the Add Rows to table I get an an error as it requires an address to an actual table. While the table does exist I need to address to refer to the excel file as a variable. The addrows does not like this part. I guess it cannot use an empty varaible for designing.
Is there a possible solution?