Getting project version at runtime

Hi,

do you know whether it’s possible to get the version of the project @ runtime? I need to show this information to the human operator (it’s an attended automation).
Important info: I’m not using the orchestrator; the automation is entirely offline.

Many thanks,
Giovanni Romeo

Hi
We can read the Project.Json file with READ TEXT FILE activity and use DESERIALISE JSON activity so that from that we can get the value of item projectVersion as a string value along the process

Cheers @gromeo

1 Like

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