Forum Discussion

sanj's avatar
sanj
Super Contributor
6 years ago
Solved

Multi loop to iterate over multiple data sources

Is there a way where I can iterate over multiple data sources using a loop

so for example

I have DataSource_A

and Data_Source_B

I need to go through each value of A using different values in Data source B

 

  • I don't see why not. Did you already try to just create 2 simple nested loops?

2 Replies

  • Lucian's avatar
    Lucian
    Community Hero
    I don't see why not. Did you already try to just create 2 simple nested loops?
    • sanj's avatar
      sanj
      Super Contributor

      I found the answer within ten min of tinkering and was exactly what you said using nested lops!

      pretty awesome reminds me of how I would code it same concepts