Need help in use case in Agentic AI

HI All,
I want to

  1. read salary , loan amt and credit score from mail (Normal RPA process)
  2. Agent will get this 3 details and give out argument as eligible or not with reason value(2 out argument)
  3. This requester details(3 details) plus agent suggested output i want to show in Action app where user will approve or reject.

i have completed 1st step get all the requester details(consider 5 record) and converted into searilize json. now i am stuck how agent will process 5 record one by one and in action app 5 form will get created

@TUSHAR_DIWASE

After the first step use a loop and inside loop use run agent with each input being sent and each output being retreived and next action in same loop would be to create action in action app..alternately you can use escalation in agents to create the action

Looping is handled by you in the process itself

Cheers

thanks for reply , can you please elaborate where can i apply the loop .. does it comes in maestro.
Agent is present in cloud orchestrator

@TUSHAR_DIWASE

ideally this is not a maestro use case…in your rpa flow you would jsut loop and call the run agent activity and get response and send to actions

cheers