Question
2
Replies
1418
Views
Lovely Professional University
Posted: July 14, 2018
Last activity: August 9, 2018
Closed
Solved
Local data source
In my case i am collecting data from user .at the end i want to add that data into a local source.i know it can be done using activity but i don't know how to do it.I need help in what are the steps required to achieve that.
thanks in advance.
Hi,
-->First Create a data type
Write an activity and include that in post processing of your flow action.
Steps in activity:
--> Page-New (Data type class)
-->Set all the properties on that page (If you have many properties then create a Data transform and include all the properties in it )
-->Do obj-save (step page: page which you have created in step1)
-->Page-Remove (Best Practice)
No need to commit explicitly because you are calling this activity in flow itself right so system will automatically commits.
Regards,
Vinay Reddy :)