Hello,
I know this is an ultimately easy task but I can't figure out why
I can't initialize my collection to be able to count the number of items
it contains. I will explain more:
I have a checklist of items. The user can check as many as they want.
I created a collection variable colTasks to store the data checked in
the form. Next, I want to count the number of items in colTasks using
the "Collection Operation" action.
My problem is, I can't read the checked data to store inside a collection
variable although it is what is done on the tutorial I'm following.
I tried using a "Set Variable" Action to store my colTasks using List Lookup > Current Item > Tasks but colTasks is not visible in the "Set" field...
Am I doing something wrong? Should I use a different approach?
Thanks a lot,
Davis
