Question
Citibanamex
US
Last activity: 10 Mar 2023 6:04 EST
Saving records activity failure
Hi everyone,
I have attached an excel file with a Parse process, after that, I could put the corresponding records of that file in a table, that I created previously, but when I finish this process, no records are saved within the Excel File Data, also created before, which have the fields that match with those of the table.
So, I created an activity to save these records, using the Obj-Save property. I had no problems to run the process again, but the records are not being saved in the Excel File Data. I think there is a detail that I´m missing out.
Do you know how to solve this?
I attach some images to illustrate more the issue.
@RobertoC16650071 hello
Can you try by adding below steps inside the loop
1.1 Page New -ExcelFileRecords
1.2 Set Properties from list to ExcelFileRecords
1.3 Do Obj-Save without write now
And out side the loop use commit method as step 2.
Also make sure you are having a unique for each record and is mentioned in the Data type class. Then Trace and see if Obj-Save is getting failed somehow
You can also give a try with Savable Data pages concept.