If the value present in both assets and config ,which one will the bot consider?

Please clarify,have variable with value in config and same variable have value in assets,whic one will be bot consider?

Hi @yashashwini2322 ,

I believe the Assets value will overwrite the other values if the same key is used in Both Sheets Settings and Assets.
image

Checking the Config file of an RE-Framework process, we have the above mentioned in it which also concludes it.

Hello @yashashwini2322

If a variable has a value in both the configuration and an asset:

  • The bot will use the value from the source specified in the workflow.
  • Configuration values are static and defined within the project.
  • Asset values are dynamic and managed centrally in Orchestrator.

Thanks & Cheers!!!

1 Like