Skip to main content
Announcements
Global Transformation Awards submissions are open! SUBMIT YOUR STORY
cancel
Showing results for 
Search instead for 
Did you mean: 
diagonjope
Partner - Creator III
Partner - Creator III

Newbie question about output JSON structure not appearing in email body after App Reload Finished automation...

Greetings!

I have the following test automation that I am running to check the Send Mail block:

diagonjope_0-1688516345033.png

In the body of the email, I am just getting the following content:

diagonjope_1-1688516403181.png

How do I configure the inputs of the Send Mail block to get the output of the App Reload?

Cheers,

++José

Labels (1)
1 Solution

Accepted Solutions
Shai_E
Support
Support

Hi José,

I did not test, but there is an option to use a 'JSON' formula on the value from the webhook event 'App Reload Finished'.

This formula turns a JSON object into a JSON text format.

So, you can try to insert the value from the webhook event into the JSON formula and see if you can see it in the body of the email.

Or another option is to add the values from the JSON object as per property values to the message body instead of the whole JSON object.

Best Regards

View solution in original post

2 Replies
Shai_E
Support
Support

Hi José,

I did not test, but there is an option to use a 'JSON' formula on the value from the webhook event 'App Reload Finished'.

This formula turns a JSON object into a JSON text format.

So, you can try to insert the value from the webhook event into the JSON formula and see if you can see it in the body of the email.

Or another option is to add the values from the JSON object as per property values to the message body instead of the whole JSON object.

Best Regards

diagonjope
Partner - Creator III
Partner - Creator III
Author

Thank you Shai!  Using the JSON formula is the solution I was looking for.