Forum Discussion
DonLarson
9 months agoQrew Elite
What is the business logic?
A loop usually follows a Search. If your first step is a Create somewhere and then you want to update records somewhere else with data from the Created record, then you need to identify in the Search which field to be updated. That then happens in your loop
Create
Search
Update
------------------------------
Don Larson
------------------------------