Skip to main content
Question

Nested Logic in Automations are not Passing data through

  • February 19, 2026
  • 1 reply
  • 0 views

Forum|alt.badge.img+8

Hey all

I have been losing my mind over the last 5 hours.

I have a trigger when a record matches conditions to see if some fields are not empty.

Then I have a conditional logic step that checks to see what data is in those fields and then execute if they are true.

If it does execute, I find a bunch of records. And then I run a nested Repeat for each using the list from the find records step.

In the repeat loop, I am going to create a new record. But...none of the data from teh current item is getting passed into the create records step.

The weird thing is the preview shows there is data coming in...but the create record step, or a script step because I tried that too, is just not getting the data from the Current Item.

Here is my automation


Here you can see the data from the Current Item
 

 

Here you can see the preview



But then I run the create step and that data is NOT getting to the create step. Manual data goes in like the Date below but trying to pass through the FTE value to the create record action is not happening.
​​​​​​

 

I also used a script to confirm that there is no data coming in from the Current Item even if the preview says there is.
 


Clearing I am doing something wrong here but I am at a loss for what.

Anyone got ideas?

1 reply

TheTimeSavingCo
Forum|alt.badge.img+31

First off, thank you very much for providing all the screenshots! 

Any chance you could duplicate your base, put a bit of example data in it, and then provide an invite link?  Your setup looks fine so I’d like to poke at it to see what I can help you figure out!

As a datapoint, I’m able to get the select options created using a repeating group within a conditional fine and I’ve set it up here for you to refer to