Action Step - Actions Limit

Hi

Is there a limit on the number of actions you can have in an action step. Once you get above 5 there seems to be an issue where you can’t see it one you save and come back out, but it’s still doing the step in the data mapper, but when it gets to the template it’s not.

In my example I am setting fields to be empty if they contain certain values. In the data preview they are empty as expected but when they are placed on the page it’s using the original values

Works fine here. I’ve added over 10 single-line scripts and all of them get executed.
Sample script:

if(record.State==="NB") record.set({"State" : "NEW-BRUNSWICK"});

Are you using the latest version (2022.2, at the time of this writing)?