Question

A360 Passing Variables not working/detected

  • 28 April 2023
  • 2 replies
  • 431 views

Userlevel 1
Badge +1

Hello,

I’m just doing a test after migrating a bot from 11.3 to A360 and in one of the files it is unable to pass anything to the child-bot as no inputs or outputs detected despite there being 133 variables present in the latter.

It seems to be able to detect variables just fine in the smaller tasks but I suspect there might be a limit to how much A360 can detect.

Is there anyway to go past this?


2 replies

Userlevel 5
Badge +10

hi @Trent RPA 

Please check out the below link

https://docs.automationanywhere.com/bundle/enterprise-v11.3/page/enterprise/topics/aae-client/bot-creator/using-variables/passing-a-variable-between-running-tasks.html

 

Passing Variables From One Task To Another In A360 | A360 …

How to pass variables between bots | Automation 360

Userlevel 5
Badge +10

@Trent RPA 

Article Number

000006342

Title

A360 MIG | Unable to pass variable from child Bot to Parent Bot | Null pointer exception error

Summary

The customer is unable to pass the variable from the child bot to the Parent bot, throwing "Null pointer Exception" in the Message Box.

Nullpointererror.PNG

Cause

The variable in the If condition has the NULL value defined

Resolution/Workaround

Make sure that the value in the variable of any condition or command should not be having a NULL value within the child bot or parent bot. 
Some values should be defined for the variable within the command or condition.

Reply