Error when providing list of objects in Transaction

Hello!

I’m having issues attempting to use the Transaction’s Bulk Create operations.

Here is the codeless logic, the print statement with ‘2’ is never reached

Here is the error I’m receiving, saying that the Bulk Create operation expects a list of objects, and when printing the trimmedClaimRecords and trimmedServiceLines, we can see that both the parameters are a list of objects.

For reference, I was able to run this fine many times before, but after migration to Backendless Pro I’ve started having issues with this Transaction seemingly at random

The error says that a condition is missing. It does not quite make sense since condition is present only in the Bulk Update operations. Are you sure the code is deployed and you don’t possibly have bulk update somewhere in the running code?

You are correct, this transaction was run in a try catch block and my error was located at a Bulk Update in the catch block - I went and addressed this, thank you