@mattiapedroncelli you’re not creating your variables object correctly. You should use:
"variables": {
"name": firstName,
"approvalToken":results.approvalToken,
}
@mattiapedroncelli you’re not creating your variables object correctly. You should use:
"variables": {
"name": firstName,
"approvalToken":results.approvalToken,
}