- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2025 04:07 AM
Hi All,
I want to get values from one field in change request & populate it in another field on a change task form.
for eg. if I have a Change Plan field which has following values -
newservername = testt123
oldservername = test256
cutoverdate = 03/23/2025
plantname = US
plantid = 1356.
I want to populate these values in change task description .
for eg. Change task - Update the 'newservername' to 'oldservername'.
I have multiple change tasks created through flow designer. I would like to know how can I split the string and use the values in change tasks or anywhere I need in flow designer.
Thankyou!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2025 08:04 AM
Thankyou everyone for your responses.
I have achieved it by creating an action. Within an action, I have added a script using inputs and outputs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2025 05:28 AM
Check this email parser action from the Share: https://developer.servicenow.com/connect.do#!/share/contents/8408077_parse_email_flow_action?v=2.5&t...
It is created to do the same from inbound emails (see this video for a great explanation on how it works: https://www.youtube.com/watch?v=uLHCw2GA3lo) but if you change it a bit to make the input your text field and within the script ensure you use the correct delimiter, it should work.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2025 11:14 PM - edited 05-11-2025 11:16 PM
Hi @nayanmule,
You can use Flow variable of type String and Get the value of Change Plan field, then you can perform string operations. You will able to use this Description string inside the flow variable to any change tasks description or anywhere you need in flow designer.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Best regards,
Sohail
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2025 11:29 PM
when you create change tasks in flow you can use inline f(x) script and handle the string manipulation and return the value to be set
what did you start with and where are you stuck?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2025 08:04 AM
Thank you for marking my response as helpful.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader