Unable to pass argument inside aaname in UiExplorer

When I try to pass an argument inside aaname (in_middlename instead of “K”), it does not validate.
image

Following are currently selected items in UIexplorer
image

Hi @Juhi_Patil,

You can right click on the field you want to change and select variables. If that doesn’t work, please let me know.

image
image

Regards,
MY

tried that already, when I select the argument on right-clicking and click on validate, it turns red and does not validate

Variable here expects a string value, I’m sure you’ve checked that.

Also, can you post a screenshot where we can see it?

image

Can you add .ToString to the end of the variable and make sure you set a default value for this variable.

Hi @Juhi_Patil

If you pass a Variable or an Argument to a selector and if you donot have any default value for these then it won’t validate the Selector, but if you are sure the AA name would be the same as the passed Argument then that would work once you run the process.

Thanks

@Juhi_Patil

  • Since you are passing an argument (in_middlename) and currently its value is null. Hence the selector is not getting validated
  • Arguments will receive the value from another workflow during the bot execution and at that time this argument will have a value and selector might work
  • Since it is always better to validate the selector in prior to the bot run. So, you can provide the default value(try giving the middle name value that you are using in your process and once the selector validated you can remove this if you want) to this argument

Below screenshot for ref

I have tried that already, still does not validate

@Juhi_Patil Is the mary present in table column 4(tableCol=‘4’). I am referring to above selector screenshot. If not, provide the value which is present in the table column 4. Also, remove isleaf from the selector

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.