CRM I am trying to do that challange, and there is customer data which is 101 rows. I have finished to fullfill that which needs to do. But after 40-50 rows, in that website is becoming slowly than normal to add. how can I manage it ?
Hi @akin.co,
You could introduce a counter to your for each loop, I imagine you are using a For Each Row?
You could set an integer variable to 0 before the For Each Row, increase it at the bottom and then check whether the variable is equal to 40, 50, whatever you want. If it does, then close/re-open the browser window and reset the integer variable.
Hope this helps!
Edit: Here is an example of the above, in one of my workflows:
Thank you for reply and advices, but there is other problem that, website is taking that data inside of it so if I added that row its staying there and when I can refresh it, that rows are visible so in that challange all row should be added in there anywany. So after 40-50, if I refresh it, there is no difference.
Thanks for your answer to solution. I just understand that it was about browser. I have tried in other browser so it wasn’t any error.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.