I prepared a customized form including two legal fields which ask about the agreement for email magazine and Terms of Service.
On forms editor, the form step connects to Flow step.
The initial Flow has only “start”, so I chose “Update User” action from List of Actions.
For the rest of the all process, I followed the link below.
As a result, the login process succeeded but failed for the action “Update User”.
A part of the output of the action is below,
“status”: 401,
“body”: {
“statusCode”: 401,
“error”: “Unauthorized”,
“message”: “Invalid token”,
“attributes”: {
“error”: “Invalid token”
}
},
“success”: false
}
the guide page was not mentioning any token and authorizing process but do i need some extra settings?
Thank you.