Studio freezing during development

Hello Community,
I am developing a workflow that is about 3.5Mb in size and it is freezing now like every 10 sec during development. Unfortunately, I cannot reduce this workflow further because all the activities are taking place in a “for each row” loop, and I don’t know how to use the CurrentRow variable as an argument that can be imported into another workflow.
Can anyone kindly help me with a solution to this problem?
Many thanks!

Hello,

You can create sequence with System.Data.DataRow type input argument.
image

Then invoke this sequence in For Each Row activity and pass the row variable as a value of an argument.

This works, thanks!

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