Hi,
I am building an automation.
I have a custom script filtering out records that required filters not possible with the built in find records actions.
I set the output to be a JSON object that looks something like this
[
{
Record Id: "3197",
Full Name: "Test, Name ",
State: ""
},
{
Record Id: "3198",
Full Name: "Test, Name2 ",
State: ""
}
]
I want to then insert this info as a grid or table in an email, but the only options that I have are to display each attribute separately as a list such as RecordsIds = ["3197","3198"]