Need to loop through all sc_request records using Flow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2024 06:54 AM
Hello everyone,
i am trying to setup a flow to loop through all sc_request records to update the Short Description where the RITM record item name is equal to two items plus its close completed before or on May 19th
i am trying to do a For each but doesnt seem to be valid
i have this but doesnt work or allow me
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2024 07:03 AM - edited 05-22-2024 07:04 AM
Hey @Peter Williams
There's a different flow designer action, Look Up Records, that's designed to iterate through. The standard look up is basically a get, where as look up records is more like a full gliderecord query. Once you've got that set up you can use the step in your for-each action.