1

I want to update a column by name A which is the output of the case. Can we use activity for this? What is the best way to achieve?

2 Answers2

0

I used activity to perform this. In activity I called a method "Obj-Open" with appropriate step page to get the details of the data page. We need to pass the appropriate key to fetch the particular record. Then call the Property-Set method in the next step of the activity with appropriate step page. Here set the target and source properties accordingly. In the next step of the activity call the Obj-Save method with appropriate step page. Please let me know if there is any other better way to do it

0

Try using savable datapage in your Flow Action post processing. See my example in the attached screenshot. Savable DataPage

momo1644
  • 1,769
  • 9
  • 25