Salesforce crm - number of records imported at once

Status: Closed · Asked by shaily on · 0 views

shaily — Question ·

Since Salesforce crm works every 10 mins, is it possible to make it realtime ?
How many records are brought at once from the crm assuming I create millions of leads every 10 mins.

Pabblymember11 — Reply ·

Hey @shaily

There is no problem processing the number of leads on the workflow but since you are passing the data in the Google Sheets which has a certain limitations from them.

https://developers.google.com/docs/api/limits

Furthermore, the trigger event of the SalesForce CRM webhook is a polling-based trigger that will fetch the data every 10 mins.

Pabblymember11 — Reply ·

Hey @shaily

There is no problem processing the number of leads on the workflow but since you are passing the data in the Google Sheets which has a certain limitations from them.

https://developers.google.com/docs/api/limits

Furthermore, the trigger event of the SalesForce CRM webhook is a polling-based trigger that will fetch the data every 10 mins.

Pabblymember11 — Reply ·

Could you provide the number of records you're sending through the workflow and explain the ones that are not successfully passing through? Please offer a brief explanation of your concern.

vivekjain — Reply ·

This flow triggers record updates on Salesforce. Salesforce updated 620 records and the workflow is supposed to push data to another app where only 200 records got updated.

Pabblymember11 — Reply ·

Can you please create a new thread on the private discussion on the forum, so that we can investigate your issue accordingly?

Back to all forum threads · Log in to reply