I m trying to Add tool as RPA workflow i have added few input and output arguments but i am unble to see the output arguments in the Tool properties so where can i see the output arguments i can see from orchestrator but not in Agent builder
You won’t be getting the output of the tool in any variable but your agent will get the output in it’s memory. You can add system prompt to tell agent what action need to be taken on the output.
My RPA Workflow is extracting all the required details from the invoice and storing in excel format but i want agent to validate the output generated by tool to expected output result which i will upload in Context so is it do able?

If you are going to compare the output with some predefined rules then you don’t require agent for this. You can add the logic of extraction and updating context with RPA workflow it self.
Can you please let me know in what context or scenario we will use Agent Builder and why Agent builder is used.
Thankyou ..
Agent Builder currently shows only input arguments for RPA workflow tools. Output arguments are not supported or visible in the Agent Builder UI yet. Use logs, queues, storage, or a single JSON output as a workaround.
wherever you have natural‑language-driven automations where you might not have the standard formatted input and you don’t have fixed set of rules to handle the data. Agent uses prompts, interprets intent, and executes the correct automations in real time.
Agent builder is used to build the agents.
Refer this documentation for more understanding
