cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
plopez
Level 2

CustomCodeAction get variables set in properties tab in Acvance Designer

Hi

Is there a way to access the variables set up in the Action's properties from a CustomCodeAction object without knowing beforehand the variable names?
I would like to loop through the variables' keys and values that the programmer enters in the form in Advance designer,
Thanks
Labels (1)
0 Kudos
(1) Reply
pv7721
Level 20

It may be possible by adding a debug action to drop variables in a file, and then looping through this file.
0 Kudos