ATS - Action - Cannot see all my defined Input Parameters

0
Hi – I think I’ve discovered a defect in ATS – I have been adding Input Parameters to my Action, but I cannot see all that I added.   So either the Settings page is not displaying them, or they were not actually created ? I have a lot of parameters that I need to define – 50. Please confirm / advise thanks  
asked
1 answers
0

I have no idea why you are not seeing the parameters. In any case having 50 parameters sounds like a bad idea. Instead, I would recommend to use JSON as a way to pass sets of parameters more easily.
You can pass the JSON as string parameter and then parse it with simple javascript



Then you can pass all the values as a single JSON string parameter

Hope this helps!

answered