Proper Loop Action for Sub-List Items
I am trying to loop based on a sublist and then create new items on another list. I can not seem to get the resulting item to only be for one item. Instead, I get the correct number of new items but each item contains the information from all looped items in the sublist. Can you please let me know what I am doing wrong here?
Result:
The desired result is:
*ProFiduciary Inc. | Test Bill 1
*ProFiduciary Inc. | Test Bill 2
-
In the "Add list item"-action you have to use "[[@Actions.Loop_apply_to_each.CurrentItem]]" instead of "[[@Sublists.Real_Estate_Bills_Utilities...]]". When you open the expression-editor you should see the available placeholders from previous actions. That way you will reference the current Item from the loop.
BTW: you probably don't want to loop over "[[@Sublists.Real_Estate_Bills_Utilities.PropertyAddress]]", as I would guess that "PropertyAddress" is a field in the sublist. instead you probably want to loop over "[[@Sublists.Real_Estate_Bills_Utilities]]" instead.
0
Please sign in to leave a comment.
Comments
1 comment