How to access global system properties in scoped application flow designer?

sapnapraveen
Tera Contributor

How to  access global system properties in scoped application flow designer.

Thanks in advance.

 

9 REPLIES 9

Gunjan Kiratkar
Kilo Patron
Kilo Patron

Hi @sapnapraveen 

Please check the below link:-

https://docs.servicenow.com/bundle/paris-servicenow-platform/page/administer/flow-designer/reference...


Please Mark My Response as Correct/Helpful based on Impact
Regards,
Gunjan Kiratkar
2X ServiceNow MVP
Community Rising Star 2022
Youtube : ServiceNow Guy

Ankur Bawiskar
Tera Patron
Tera Patron

Hi,

syntax would still be the same

gs.getProperty('property_name')

Ensure there is Cross Scope Privilege record for that like this

find_real_file.png

How to create ->

find_real_file.png

Regards
Ankur

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Pranav Bhagat
Kilo Sage

I think 

Same syntax will work

gs.getProperty('property_name');

Hi Pranav,

I am using gs.getProperty in flow designer action. But the system property is present in global application . My flow designer is in scoped application. Since i am getting error as " Malformed url encountered".

 

Regards,

Sapna Praveen