meom7001
(Omar Mendez)
May 6, 2019, 2:10pm
1
Hi everyone,
I’ve been facing this issue and I don’t know how to handle it.
I’m taking the Level 1 - Foundation Training - revamped 2018.2 course. In the lesson 3 Practice 1 Outline I haven’t been able to finish the practice because the DaraRow variable it’s presenting a validation error.
I hope anyone can help me with this issue.
Thank you!
2 Likes
Hi @meom7001 .
Please use For Each activity instead of For Each Row activity
You can refer to this post to know the difference of For Each and For Each Row activities:
Hello.
Well For each (item) and For each Row have mainly the same functionality. They allow you to iterate through a collection of items. It can be an array, a list, a datatable etc. When using For each you need to specify the data type and because you might need to iterate through a datatable more often you have the specific Activities for Datatables.
So For Each Row is an For Each (item) designed for dattables.
Thanks and regards
2 Likes
@meom7001
Buddy use for each loop instead of for each row and
Kindly change the type argument in for each loop as datarow …else you will be facing this error again buddy
Cheers
Buddy @meom7001
Kindly close this topic with comment marked as solution that could help others onyour topic
Cheers
system
(system)
Closed
May 16, 2019, 2:46pm
7
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.