Frequently Asked Questions
One of my tasks failed. What should I do?
You can check out this
document for more information!
Can I use data from the trigger step to a later step in my workflow?
Certainly! Just make sure to reference that data with MESA's Variables feature in the later step.
Does MESA auto-save workflows?
MESA does not auto-save workflows at this time. All edits must be saved manually.
I am using a service that is not mentioned on your getmesa.com website. Can I connect with it?
If the service you are using has a publicly-available HTTP(S) endpoint, you can use our API app. Here is more information about the API app.
If the desired service requires OAuth connection, then an out-of-the box solution does not exists at this time. If this is the case, don't give up yet! We may be able to custom build a solution for you. You can send our team an email mentioning the desired service connection at mesa@getmesa.com.
If the desired service requires OAuth connection, then an out-of-the box solution does not exists at this time. If this is the case, don't give up yet! We may be able to custom build a solution for you. You can send our team an email mentioning the desired service connection at mesa@getmesa.com.
How should I test my workflows?
To test your workflow, click on the Workflow. Then click the Test button to the right of the workflow's title. Learn more about testing your workflows.
How much does MESA cost?
For details on MESA pricing, please refer to our pricing plans page for MESA here: getmesa.com/pricing.
Why is my workflow action adding the same data each time it occurs?
If you find that your workflow is sending through the same data every time it runs, rather than new data from the Trigger event, it could mean that you've written values in your actions. To prevent this and have your workflow dynamically update each time, you will need to set up your action to use variables (dynamic values) from the Trigger data.