Is there any possible way to run Data Fetcher from the Interface?
I have created a Button following this info https://help.datafetcher.com/advanced-options/run-request-from-button-field but this resides in the data which is not ideal. I want to be able to fetch the data on demand with the click of a button from the interface without ever opening the data. Is this possible
Best answer by TheTimeSavingCo
Hmm, you can run automations via Interface buttons and you can run a DataFetcher request using a webhook so it should be doable I think?
Automation buttons require a source of some sort though, so you might need to add a record picker element to your Interface that you never use just for this
Automation buttons require a source of some sort though, so you might need to add a record picker element to your Interface that you never use just for this
Other workable options are creating a checkbox field on the object and triggering Data Fetcher based on an update to that field, or a button that creates a record in a new table in your base like "DF requests" and trigger off that new record creation.