Hi everyone,
Asking for some support as the AI module nor ChatGPT seems to be able to figure it out. Manual testing and Googling hasn’t taken me far either.
Scenario screenshot as follows:
I basically need to send 1 e-mail once per month which includes 4 values and description from the following array. I would modify and add the HTML e-mail body but would want those values to be in a list or a table structure when the e-mail goes out. Can’t get the text aggregator working properly at all.
Any support would be appreciated
[
{
“array”: [
{
“0”: “Device”,
“3”: “Final value”
},
{
“0”: “r12-7-hot-1”,
“3”: “00,290”
},
{
“0”: “r12-7-cold-1”,
“3”: “00,349”
},
{
“0”: “r12-7-hot-2”,
“3”: “2,227”
},
{
“0”: “r12-7-cold-2”,
“3”: “1,795”
}
],
“IMTAGGLENGTH”: 5
}
]