Workflow set value activity is not updating the record for scope tables

digu
Giga Contributor

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?

7 REPLIES 7

Narendra Kota
Mega Sage

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.

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.

Thanks for your response Narendra

Andre Kosak
Tera Contributor

I ran into the same issue and would be interested in a solution