Hi all,
I am wondering if anyone could provide a step-by-step approach to fetching the value from the previous stage to the current one in repeatable and non-repeatable program stage. For example, getting a value for a certain field in the previous stage and use it in another field in another stage.
Thanks
1 Like
Hi @ferdinandmussavene
There are a couple ways for you to do this related to what you want to. Here is an example for a repeatable event.
- Create program rule variables that check your value from a previous event.
- Create another variable for the current event (which is where you want to transfer the value)
- Create a program rule with an expression to check the previous event
- Assign your value to the current event DE and variable

Give it a try and let us know if your able to make it work.
Thanks
2 Likes