How to use GET App Engine Studio App Version
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-14-2025 04:33 AM - edited ‎03-14-2025 04:35 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-14-2025 04:38 AM
Is this referring to the store path from where you downloaded AES?
or like this in plug in table.
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]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-14-2025 06:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-14-2025 07:18 AM - edited ‎03-14-2025 07:19 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-14-2025 07:42 AM
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.