cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Is there a limit to the number of Variables that can be included in an Update Variables Action step?

EvanYates
Deputy Chef II
Deputy Chef II

I have an Update Variables step in my recipe where I want to update 10 variables. I can select the first 9 and the data entry fields for those 9 appear below with no issues. However, when I select a 10th variable, it shows in the selection list as being selected, but no data entry box is displayed below.
Is there a hard limit to the number of variables that can be updated in a single Update Variables action step?

1 ACCEPTED SOLUTION

gary1
Star Chef I
Star Chef I

I think you can only update variables that are created in the same create step. So if you create variable A and B in step 1 and then C and D in step 2, you can only update A and B or C and D in a single step.

View solution in original post

3 REPLIES 3

gary1
Star Chef I
Star Chef I

I think you can only update variables that are created in the same create step. So if you create variable A and B in step 1 and then C and D in step 2, you can only update A and B or C and D in a single step.

PushpaJ
Deputy Chef II
Deputy Chef II

Yes, we can't update the variable that belongs to different steps at a time. It allows from single step.

EvanYates
Deputy Chef II
Deputy Chef II

Aha! That makes sense. So it is probably best to create ALL variables that will ever be needed in a recipe in a single step at the beginning of the recipe so they are available to all steps at any stage. Back to the COBOL days of a DATA DIVISION with a WORKING-STORAGE SECTION ๐Ÿ˜๐Ÿ‘ด