This only appears to happen when the script runs on schedule - manual execution updates 100% of the items that are returned in the JSON.
e
eminero
08/08/2020, 7:22 PM
You should add a try/catch block in the map stage and print any error, you might be trying to update the same record that other user/script is editing at the same type. Log the errors and you will figure it out.
c
Craig
08/10/2020, 2:39 AM
Thanks for the suggestion
👍 1
Craig
08/10/2020, 2:39 AM
I'm adding this now
Craig
08/10/2020, 2:42 AM
I know there's nothing else happening to those item records at 1am though, and it's a high number of records that are not saving.