Action in flowdesigner to convert a reference field to string.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2024 05:45 AM
Hi,
I am new to servicenow and i am facing a problem to create an action in flowdesigner.
My requirement is, I have a reference field, as i cannot pass the reference field value directly , i have to create an action.
In that i have to pass the group sys_id by using gs,getProperty(). What the output should be and what i have to give in the flowdesigner action?
Please help me with this.
Regards,
Reshma.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2024 06:08 AM
Please refer this, reverse it and update it as per your requirement:
https://www.servicenow.com/community/itsm-forum/how-to-pass-a-string-input-in-a-flow-designer-to-a-r...
Please accept my solution if it works for you and thumps up.
Thank You!!
Thank you!!
Dnyaneshwaree Satpute
Tera Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2024 09:13 AM
Thank you for the reply @Dnyaneshwaree but the post you shared do not actually match my requirement.