I have a collection that I'm looping through to patch to a Parent list called TravelRequests. One of the columns in my TravelRequests is a lookUp column called siteId (points to the ID in the parent list, TravelRequests). The problem I am having is the correct format to get the information I need from the siteId when patching
ForAll(collectionTravel, Patch(TravelRequests,{Title:title, Location:location, TravelSiteId:siteId.id}))<----doesn't work: Error
How can I do grab the data to patch from the lookUp?
Thanks!

Report
All responses (
Answers (