Output Argument not configuring in with published agent

Hi All,

I am trying to figure out how to get my agent’s output arguments to studio web for further manipulations in my solution. have published the agent to orchestrator and deploying to the required folder. it shows input argument as configured but the output arg are not visible. attaching the screenshots for better understanding.


@Anjani_Kapoor

there would be one single output variable generated whcih can use used to access these fields like outputvariable.content will give the content data..please try the same

cheers

Thank you for responding @Anil_G . I am capturing exact value in the output arguments that I need to use in the flow. is there a way I can read those output args through outputvariable.content

@Anjani_Kapoor

yes thats the way you can get those values

please try the same..outputvariable is the output of run agent activity

cheers