dcolley / integromat-facebook-support

0 stars 0 forks source link

I have been trying to follow https://www.integromat.com/en/requests/request... #148

Open dcolley opened 2 years ago

dcolley commented 2 years ago

Source: copied from https://www.facebook.com/groups/integromat/permalink/3970763793034224/

I have been trying to follow https://www.integromat.com/en/requests/requests-to-update-existing-apps/p/salesforce-bulk-api but most of the links are old.

Integromat response was : "I understand then please make sure to configure the right path. the query is not the correct one. Please take a look at the salesforce documentation to perform a query using the search module and then take a look at the chrome console you will see the complete endpoint."

Any ideas anyone?

dcolley commented 2 years ago

Comment ID: 3970815763029027 I haven't tried to work with salesforce api. But i guess i can crack it. What's your motive with it?

dcolley commented 2 years ago

Comment ID: 3970909326353004 Hi Princy Jain. I have tried to run the query shown in the JSON diagram using the normal Salesforce search Integromat module however I am suffering from timeout issues. I was trying to submit that same query for bulk processing and retrieve the results

dcolley commented 2 years ago

Comment ID: 3970916203018983 Alex Carr for time out issues you have to use error handler. As every app has limit for per minute to send req

For you screenshot error you are using wrong method I belive.

dcolley commented 2 years ago

Comment ID: 3970945813016022 Princy Jain sorry I may not be understanding this correctly. Below is the scenario that times out. It is the first query that times out, so I think I would be ok for the app limits?

dcolley commented 2 years ago

Comment ID: 3970950269682243 Alex Carr right click on the Salesforce module and add error handler break.

It means if you got a time out then it will retry from the entry data from where it saw the error

dcolley commented 2 years ago

Comment ID: 3971069403003663 Hi Princy Jain like this?

dcolley commented 2 years ago

Comment ID: 3971087076335229 Alex Carr yes

dcolley commented 2 years ago

Comment ID: 3971088909668379 Great, thanks for your help!