Build data table in first run

Hello all,

If I create build data table inside the first run sequence then will I be able to append data into that datatable from outside first run sequence or any other state. Please help me on this query.
Thanks in advance.

@Ketan_Wajekar
yes you can,
just provide/Increase the scope of variable as it can be available to other states too.

1 Like

Yes, you can append data in to that datatable. Set Datatable argument as In/Out and Change Scope range. First you study the REframework

1 Like

@Ketan_Wajekar

If you find it helpful & solved your query, please mark it as solution

@muhamed_fasil @sivaprasad.as Thank you so much guys for your support.

Hi @Ketan_Wajekar
Yes you can append through loop and without loop but scope of data table should be accessible

Hi @Ketan_Wajekar

please mark it as solution

Hello @Ketan_Wajekar
Change your Build dt scope. It may be in sequence, downgrade the scope area to use it globally in your flow.
image