How to use GET App Engine Studio App Version

WarVHar
Tera Contributor

Hi, I would like to be able to retrieve the version of the currently running AES app version and store this in a variable used in a flow. The action below looks like it might be what I am looking for , but I am not sure what to put in as the URL value and connection credential.

I have done a bit of searching, but I haven't been able to find anything yet

Can anyone offer any more detail or a working example to follow ?

Thanks

WarVHar_0-1741951643487.png

 

4 REPLIES 4

Dr Atul G- LNG
Tera Patron
Tera Patron

Is this referring to the store path from where you downloaded AES?

 

or  like this in plug in table.

 

AGLearnNGrow_0-1741952269021.png

 

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

Community Alums
Not applicable

Hi @WarVHar ,

What is your requirement here? why do you want to store the app version?

 

Thanks, @Community Alums, @Dr Atul G- LNG 

I have some flow logic used to automatically update a field based on the value of fields on another record. I am writing the reason for the change and app version in to the work notes of the affected record ( just helps with change history in this particular case ), but my question really is whether or not the action above does the job of retrieving the currently running app version and how to use it. If it does then a quick example would be great.

 

Paige Duffey
ServiceNow Employee
ServiceNow Employee

Hello-Digging into this a bit, this spoke appears to retrieve the sys_id for a very specific AES application. If you are trying to retrieve the version of a scoped app in the instance that you are currently in, you'd be better off doing a Lookup Records activity in your flow and querying the sys_scope table for the specific application that you want to get the version value from.