Getting Specific Values from Google Sheets


is there a posibility that I can only get specific values from the output like “alishba” in Camunda Modeler.

this is the connector details

Hi @Wish you would have to use the result expression:

{myOutput: response[2]}

would yield

{"myOutput": "alishbar"}

.

hi
thankyou!
I had to change the expression a bit for it to work otherwise it was giving an error of “Failed to evaluate expression”
I changed it to:
{output:response.response[2]}

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.