I have API and lot of parameters there. I am using context to get value of particular parameter into groovy script.
But context returns me null for array parameters or parameters which are based on id.
Success
- context.title
- context.name
Failed to get value
- context.location[] , context.location[id]
- context.department[], context.department[id]
In API, I pass location and department IDs to get data.
For ex : location[id] = 556d6dDRE666deda5c
So how can I get value of parameters using groovy where parameters are either array or has ids.
skills?locationin the visible data that you provided. Please add text response so that solution would be tested before answering.