Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Guidance on Parsing ROVO Agent Response for Automation

Ranvijay Singh August 4, 2025

Hi Team,

I’m looking for suggestions on how to parse data from the ROVO Agent Response Smart Variable {{agentResponse}}. Below is a sample response received for a story estimation:

{{agentResponse}}: AAS-107 | 5 SPs | Medium | The story description is concise but lacks detailed acceptance criteria. Similar past stories related to "page creation" have been estimated around 5 SPs. The team has moderate experience with similar tasks, as indicated in the Scrum Team Structure.


I want to extract the pipe-separated values (e.g., Story ID, Estimation, Confidence, and Summary) and store them in custom Smart Variables. These variables will then be used in an automation workflow to update corresponding custom fields.

Could you please advise on:

  • Using RegEx or .split("|") logic to parse the response.
  • Any recommended method or best practice to implement this within the ROVO automation framework.
  • Examples or documentation, if available, that demonstrate parsing and mapping Smart Variables for automation.

Any help or pointers would be greatly appreciated!

Thanks,
Learner

1 answer

0 votes
Marc - Devoteam
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 5, 2025

HI @Ranvijay Singh 

Welcome to the community.

Try the following as pipe is a reserved character.

{{agentResponse.split("||")}}

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
ENTERPRISE
TAGS
AUG Leaders

Atlassian Community Events