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.
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.
Yes, you can append data in to that datatable. Set Datatable argument as In/Out and Change Scope range. First you study the REframework
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
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.