Hello @Ankit Kumar ,
Thanks for the question and using MS Q&A platform. From my understanding, you would like to iterate through baseobject for each line. You could follow the below approach.
STEP 1: You could use the lookup activity to read lines. If you have it in variable, you could directly consume values by skipping the STEP 1 & STEP 2
STEP 2: Set the source and uncheck first row only
**STEP 3: ** You could add a foreach activity to iterate through the each line.
**STEP 4: ** You could add the below expression under the setting of the foreach activity.
@activity('Lookup1').output.value
STEP 5 : I have used Set Variable activity, but you could use any other activity and iterate through each base object value by using the below expression
@item().baseobject
Hope this will help. Please let us know if any further queries.
------------------------------
- Please don't forget to click on
or upvote
button whenever the information provided helps you. Original posters help the community find answers faster by identifying the correct answer. Here is how - Want a reminder to come back and check responses? Here is how to subscribe to a notification
- If you are interested in joining the VM program and help shape the future of Q&A: Here is how you can be part of Q&A Volunteer Moderators