Hello All
The custom action works however when I attempt to a field to a collection it is blank.
Hope somebody can help
Hello All
The custom action works however when I attempt to a field to a collection it is blank.
Hope somebody can help
This should be the magic text you use in your Create Message action
You are referencing the returned “Model”
Rizza
Regardless whether I reference model or anything else it should not be blank.
I would check the browser inspector, see what the api response is there. When previewing.
Hi @dominiconorton,
Usually when a custom action works in the test mode, but doesn’t work in the app means that something in the payload stops this action from being executed correctly.
When you try to debug such issues, the easiest thing to start from is to put plaintext values to the action’s parameters in the app. E.g. instead of putting magic text into Tone Type, etc. you just type in the values in a plain text and run this action in a previewer.
Ideally you start with the same values like you’ve put in the custom action settings to test the action. Then you have 2 outcomes:
By the way, as Rozza mentioned, you can start from looking at a browser console while you’re testing the action. So what you need to do:
Hope this helps.
Best,
Victor.
Thank you @Victor
Here’s what I did:
There was likely an error with one of the components impacting the payload.