Recurrent data input problems in tasks
Hello,
Data key received from API calls don't always have the same format in the context. Example:
Sometimes it could be:
data.[0].results.username
data.results.[0].username
data.[0].results.[0].username
data.results.username
The API call is the one
...