How to set system property value in flow designer Trigger

Rajyalakshmi
Tera Contributor
 
2 ACCEPTED SOLUTIONS

Bhuvan
Kilo Patron

@Rajyalakshmi 

 

If you are trying to use System Properties for Flow trigger, there is no direct way of doing it and recommendation is to use Scheduled jobs.

 

If you are trying to update a System Property via Flow, you can use Update record option.

 

Thanks,

Bhuvan

View solution in original post

@Rajyalakshmi 

Hope you are doing good.

Did my reply answer your question?

If my response helped please mark it correct and close the thread so that it benefits future readers.

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

View solution in original post

3 REPLIES 3

Bhuvan
Kilo Patron

@Rajyalakshmi 

 

If you are trying to use System Properties for Flow trigger, there is no direct way of doing it and recommendation is to use Scheduled jobs.

 

If you are trying to update a System Property via Flow, you can use Update record option.

 

Thanks,

Bhuvan

Ankur Bawiskar
Tera Patron
Tera Patron

@Rajyalakshmi 

why to update system property in flow?

Remember updating system property will trigger system wide cache flush which can impact performance.

Detailed explanation here

Ignore Cache checkbox on System Property <sys_properties> table? 

To handle this ensure you uncheck this checkbox for your system property

AnkurBawiskar_0-1753971399969.png

 

You can use "Update Record" flow action on sys_properties table

If my response helped please mark it correct and close the thread so that it benefits future readers.

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

@Rajyalakshmi 

Hope you are doing good.

Did my reply answer your question?

If my response helped please mark it correct and close the thread so that it benefits future readers.

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