Hi,
Is there a way to read the JSON file. JSON file consists of user parameters. I created scripted parameters for the all the user parameters but the scripted parameters are not able to read the values of the user parameters in the JSON file. Scripted parameters contain python that reads up the json file and fetches the parameter for that specific parameter. Is there any solution to read the user parameters in the JSON file? User parameters in the JSON file are dynamic.
Page 1 / 1
I don’t think I’m quite following what you’re trying here.
Why not have the json in a multiline string parameter and use the JSON transformers in the workspace to extract what you need?