I am working on a flow that takes input from a Form. In this form the user has to input their country.
All user input will be stored based on the country in the matching worksheet.
I have it working that if a worksheet with the country does not exist it will be created.
The only issue I am now running into to add a table and then a row to the table that is created by flow.
There is the Create Table action, but there is no way to select the created table. Ideally I would create a table based on the country and then insert the data into that table. But I have not found a way to insert data into a table dynamically.
It would only makes sense that if you can create a table based on a form field, that you would also be able to selected it dynamically.
Does any of you have a work around or a solution?
Thanks!