Julia,
Thanks for the quick response!
I added the input for the userTags to the profile component:
I also updated the validation node in the workflow (kicked off by a POST request to the /create-account endpoint) for creating a new user:
Here is the 1st schema (userTags as type “object”) I tried which the POST body is being validated against:
I suspect that since “userTags” is not in the correct format I get the invalid data error:
I tried changing the schema the type of userTags to “string” but that also returned a invalid data:
Lastly, I tried to copy the schema directly from the docs link listed below:
Experience User Post Schema
No luck there either:
I get the same invalid data error.
If you have any ideas on where I’m making a mistake, I’d appreciate them.