Hi,
I have an invoice approval workflow which permits up to four separate approvers. What I want to do is send an email once per day to anyone who has invoices pending approval.
Through a series of select and compose functions, I can get the following (valid) list of people who should receive an email reminder. What I can't work out is how to extract the addresses for use in the 'To:' field of a 'Send Email' step. Any assistance would be appreciated.
{
"E1": "Dxx@xxxxxxxxxxx.org.nz"
},
{
"E1": "axxxxxxxx@xxxxxxxxxxx.org.nz"
},
{
"E1": "Rxxxx@xxxxxxxxxxx.org.nz"
},
{
"E1": "fxxxxx@xxxxxxxxxxx.org.nz"
},
{
"E2": "Dxxxx@xxxxxxxxxxx.org.nz"
},
{
"E2": "axxxxxx@xxxxxxxxxxx.org.nz"
},
{
"E2": "nxxx@xxxxxxxxxxx.org.nz"
},
{
"E2": "Hxxxx@xxxxxxxxxxx.org.nz"
},
{
"E3": "fxxx@xxxxxxxxxxx.org.nz"
},
{
"E3": "Hxxxxx@xxxxxxxxxxx.org.nz"
},
{
"E4": "nxxx@xxxxxxxxxxx.org.nz"
},
{
"E4": "axxxxxx@xxxxxxxxxxx.org.nz"
}
]