Facing Issue on Table ,property value not set properly in table

Hi

I used report definition in one of my tables. In that table column i used one reassign button. In button actions i used open local action and i used one section, in that section i used property name reassign and reassign comment. i used one activity in post-processing and 2 properties in that activity in primary page.

In table while i click reassign button that section is enable and select the value of properties and reassign the cases, but backend in clipboard that report 2 values not saved.

Please help me

@kirti Hi the way you are using those two properties is only for temporary purpose because you are launching the local action in the context of your results page which is obtained from RD, if you want to save it you have to put the two properties on the Wo object page. If you have the context of WO pyWorkPage use that else create an activity to open the WO and set these two properties and save.

Please let us know more details if this doesnt work