Keep Adding Data to Same Table

Hi Team,

I have requirement as in below given image output of my flows needed to added to the table instead of rewriting. Is there any possibilty for this.

Thank you

Hi,
You can concatenate multiple tables using the Concatenate node, or, if you want to be more flexible, in a loop using the Loop End. Using a Column Name Extractor (pre-5.0 it is “Extract Column Header”) you can also get the column names as a data row and then again concatenate that with your data to build a table exactly as you need it.
Kind regards,
Alexander

2 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.