Update captured information in datatype rule via standard agent

In my scenerio I need to update Captured data at runtime to datatable using standard agent

@AVINASHL4108

Use Queue-For-Agent to queue the page you want to save. And in agent activity perform the save operation

@Avik MitraThank you For save operation can I get any example for that activity

@AVINASHL4108

you can call OOTB @baseclass.Save activity or add Obj-Save step there.

@Avik MitraYeah Thank you

@Avik MitraHi Where I need to call that activity to update the data to Data Records via Standard agent

@Avik MitraYeah In flow action I need to call that activity

@Avik Mitra I am used these method but for to store information in data records should I need to use savable datapages

@Avik MitraYeah I got it but without savable data page I am unable to Capture data into data records using Standard agent , what I need to do now?

@AVINASHL4108

mention it in your agent activity.

@AVINASHL4108

Not necessary, you can use Obj-Save with write now to commit the changes immediately.

But if you have a savable data page defined, go for it.

@AVINASHL4108 Sorry I got it its coming Thank you very much