function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Aasif.K1982Aasif.K1982 

Fast Update Error in Flow

I have a bulkified flow which updates the user record. The error specifically occurs in a FastUpdate element which updates the user records stored in a SObjectCollectionVariable.

ERROR STRING
FLOW_ELEMENT_ERROR| Argument must be a big decimal java.lang.Integer|FlowRecordUpdate|UpdateUserRecords 
Error executing flow: Update_User_Fields An unhandled fault has occurred in this flow
An unhandled fault has occurred while processing the flow. Please contact your system administrator for more information.

 
Andy In The CloudAndy In The Cloud
I'm also seeing this error, been followig this blog (http://www.tquila.com/blog/2015/03/09/bulkify-lightning-process-builder). I've also seen your post on SE. Most odd is this, i'm suspecting a platform regression tbh. How is your Salesforce case doing?
Aasif.K1982Aasif.K1982
Salesforce support escalated the case from Tier-3 to R&D.
In the meanwhile, i switched to more traditional method of trigger/class.