How to call a property in flow designer

Krishna Chaitan
Tera Expert

HI,

I have a requirement to call a property in flow designer to assign ticket to one group. Can some one help how to call property in flow designer.

find_real_file.png

1 ACCEPTED SOLUTION

Chander Bhusha1
Tera Guru

Hi Krishan,

You can use :

gs.getProperty('property_name') in place of getProperty();

 

Mark helpful and correct if it helps.

Thanks,

CB

View solution in original post

2 REPLIES 2

Chander Bhusha1
Tera Guru

Hi Krishan,

You can use :

gs.getProperty('property_name') in place of getProperty();

 

Mark helpful and correct if it helps.

Thanks,

CB

Ankur Bawiskar
Tera Patron
Tera Patron

Hi Krishna,

it should allow server side scripting

ensure you use valid syntax

return gs.getProperty('glide.midserver_SD');

Mark Correct if this solves your issue and also mark 👍 Helpful if you find my response worthy based on the impact.
Thanks
Ankur

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