Workflow set value activity is not updating the record for scope tables
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-24-2019 09:55 AM
Workflow set value activity is not updating the record for scope tables. I just moved an application from one instance to another using an update set. However, in the new instance, workflow set value step gets finished, but doesn't update the value in the record. Is there some setting to make it work?
- Labels:
-
Scoped App Development

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-27-2019 05:45 AM
There is no setting or configuration is required to make it work.
Try to check the field which you are doing the setValue from the activity is present in the new Instance or If it is properly mapped in the activity.
Mark my answer as correct or helpful if it helped.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-27-2019 07:04 AM
The field is present. The same thing works in another instance. You can try this out on a fresh developer instance.
Use the following steps to reproduce.
Create a new application from scratch.
Add a table "AB" with two columns (A. B)
Create a workflow for table AB with condition Run Always.
Add the following steps: Begin-> Wait for condition (A="ABC") -> Set Values (B="PQR")->Wait for condition(A="DEF")->End
Create a new record in AB with values A=AA B=BB. The workflow gets triggered and waits for first wait for condition.
Change value of A to "ABC". The workflow context reflects that Set Value steps gets completed and it waits for the second wait for condition. However, the value of B remains unchanged.
Change value of A to DEF, the workflow gets completed.
Similar steps done for a table in global scope works all fine.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-27-2019 07:05 AM
Thanks for your response Narendra
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-27-2019 03:49 AM
I ran into the same issue and would be interested in a solution