Hi Folks,
We have a scenario where we need too refresh the CRMA dashboard as the data in salesforce record is updated, So is there any way we can trigger recipe from salesforce on record update.
Also we open to new ideas or alternatives that we can use for this usecase.
Triggering a recipe after updating a Salesforce record is technically feasable. But if the changes are happening more often, you will run into limits regarding the number of recipe runs per day.
Are you aware of the option to send direct queries (near-real time queries) against Salesforce objects? This is using SOQL, which has some limitations, but might fulfill your requirements to get near-realtime data displayed in a CRM Analytics dashboard.