You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Looping logic in workflow agents

Summary:

[
{
"Planner": "X_PLNR",
"ItemNumber": "A,B"
},
{
"Planner": "Y_PLNR",
"ItemNumber": "C,D"
}
]

In a workflow agent, we have a JSON payload coming in like this from LLM.
We want to send separate email for each set of ItemNumber

i.e ItemNumber "A,B" in one email and another email with ItemNumber "C,D".

Is there a way to do this?

Content (please ensure you mask any confidential information):


Version (include the version you are using, if applicable):

25D


Code Snippet (add any code snippets that support your topic, if applicable):

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!