Hi,
Here I'm looking for a solution to my problem that is related to SharePoint designer workflow.
I want to highlight my problem here-
I have 2 SharePoint lists on my SharePoint Server.
1.LocationRoom
2.MeetingRoomBooking
Now I want that I loop through every value of Room2ID in MeetingRoomBooking list and get the details from LocationRoom list on behalf of these id's separated by a comma.
and want to store those details in a variable and then want to send these details in an email.
like if ID is 1,4,7 etc than the related columns values will be stored in a variable through the workflow.
Please feel free to ask me if you don't understand my scenario.
Help me out in this scenario.