How to get Updated value in workflow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2024 11:14 AM
Hi Everyone,
We have requirement when we click on rescheduled button (custom button) on scheduled state it will move back to authorize state and approval should get trigger to CAB approvals.
>> created a custom button on scheduled state and change the state model condition for move it back to previous state - working as expected
>> created a custom field for flag and updated some values from custom button.
issue is : used if condition in workflow which always returns no if the field has correct value also
identified once workflow get stated we are not getting updated value in the workflow
How can we achieve updated get value in workflow.
Thanks in advance.