- 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-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-12-2025 10:41 PM
Great that this works, but do realize that the Change Plan field is a string field and can contain lots of things. If any one, at any points switches lines, or adds lines to it, your order isn't correct anymore.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark