
Announcements
Hi - I am creating a flow to automatically populate and create tables using the data from a form submission. the below picture is the first part of my flow which takes the form responses and puts it into a table
I then create a new worksheet and new table where the form responses will also need to be populated into. To do that I have included a add a row into step. As seen in the below picture.... Where i am struggling is how to also pull in the individual form response into the worksheet table. The table created in the worksheet (IndividualHIP) needs to have a random unique name so when I go to add a row into that table I dont know how to reference it... any ideas?
Hi @sydlec12
You can reference the table name by name dynamic content which is output of create table action
In add row to datatable you have to add the table name as custom value like above. Once done a row section will appear where you have to enter the data in json format, In my case i haven't specified any column names while creating the table, by default column names will be column1, column2 and column3 so based on that json object should be created which will thus create a row in the table with values 🙂
Learned something new today !
Hope it helps !
Nived N 🚀
LinkedIn: Nived N's LinkedIn
YouTube: Nived N's YouTube Channel
🔍 Found my answer helpful? Please consider marking it as the solution!
Your appreciation keeps me motivated. Thank you! 🙌