Hi Team,
Apit return not correct order index. below the code I am using in asp.net.
string url = “/engine-rest/task/” + TaskId + “/form-variables”;
Dictionary<string, VariableValue> variableValues = await GetTaskFormVariables(url);
In Moduler:
- name. 2. Description.
In ASP.Net API return
- Description 2. name
could you please share sample code? It will really help us,
Thanks
Santosh