Is there a way to populate a label on a form with the version label from the published version?
i.e. if I save a version with a label of “v2.3.4” I’d like to be able to pass that through to a form so that it can be displayed to the user
I know I could just have this saved as a constant in the form code / a module if need be, but I wondered if there’s a programmatic way to pull the version name!