I need to run a workflow that updates data in Salesforce if data already exists, or insert data if it doesn't.
The problem is: Salesforce runs a process builder that does not allow more than 100 rows to be inserted or updated at once.
To solve this problem, I need to run this workflow once, and when inserting/updating, do this every 100 rows until all data is inserted or updated.
Does anyone know how could I solve this?
The workflow I mentioned is scheduled to run once a day and the process builder needs to be active all day.
Thanks !