Regarding Data table variable

Hi,
I have a scenario where I get input as an item from the user.
If I store that in the string…
when I update the previous item gets replaced… but I want all added items in that variable.
can anyone help?

Hello @lekharaj.fegade :smiley:,

Welcome to Kore Community :clap:

If you would like to add items to the table instead of updating any existing table, you may use the Add data function instead of update function. Instructions in our documentation should be helpful.

When you try to get data from table, based on any of the columns, if there are multiple rows all of them should be pulled.

Let us know if this helps.

Thank you for stopping by!!