The Zurich release has arrived! Interested in new features and functionalities? Click here for more

Need to loop through all sc_request records using Flow

Peter Williams
Kilo Sage

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

 

PeterWilliams_0-1716386066646.png

 

1 REPLY 1

KevinBellardine
Kilo Sage

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.