- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-10-2023 11:23 PM - edited ‎08-10-2023 11:28 PM
Hello experts,
I have designed one flow to create an incident when the parent field is empty on the XYZ form.
which is running fine.
now my requirement is when the system properties value is true our flow will create an incident if its system properties value is false our flow should not create incident.
I have created my custom system properties. i have attached my sub-flow screenshot below.
please guide me on how can i fetch system properties and check whether their value is true or false
thank you.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-11-2023 12:17 AM
@Mark Wood You can achieve this by using flow variables. Create a flow variable of type "True/False". Write script to fetch the system property value and assign it to flow variable. Follow below steps
1) Create flow variable by clicking on three dots icon next to Save button in flow as below
2) Set the flow variable value using flow logic and write one line code to get system property value
If I could help you with your Query then, please hit the Thumb Icon and mark as Correct !!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-10-2023 11:40 PM
Hi @Mark Wood ,
Refer :Solved: Can I use a system property in Flowdesigner? - ServiceNow Community
Thanks and Regards,
Rahul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-14-2023 05:07 AM
Hi @Mark Wood ,
Have you checked the link, I have shared!
Can you please let me know if you were not looking for that?
Thanks and Regards,
Rahul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-16-2023 11:15 PM
Hi @Mark Wood ,
Any suggestions?
Thanks and Regards,
Rahul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-11-2023 12:17 AM
@Mark Wood You can achieve this by using flow variables. Create a flow variable of type "True/False". Write script to fetch the system property value and assign it to flow variable. Follow below steps
1) Create flow variable by clicking on three dots icon next to Save button in flow as below
2) Set the flow variable value using flow logic and write one line code to get system property value
If I could help you with your Query then, please hit the Thumb Icon and mark as Correct !!