I’m building a bot and I’d like it to wait 30 seconds before going to the next task. Is this possible?
Use case: I have a form where someone enters their address, that goes out integromat to hit an API that get’s me the correct email for their location. It’s quick, but not instant. My next task is to send it to that e-mail address, so I’d like the automation to wait a few seconds. I see I can do it based on condition, but I can’t seem to figure out what to do with that.
I guess I should clarify, I put in a condition isnotblank([email]) to try and trigger it, but it’s not triggering the task after it’s filled. Mind you the filling of the google sheet is not happening through appsheet.
It’s not available now but according to the post below, it is being worked on.
[Automation "wait for a condition"](https://community.appsheet.com/t/automation-wait-for-a-condition/49529/3) AppSheet Automation
We are currently working on adding a feature that would allow to the wait step to wait x amount of time. In the mean time until that is deployed. What is the Task you are calling? If its a webhook task into your service you could call back to the AppSheet API when it completed its task to continue the execution of the process. That could be facilitated by a column that is updated on the row.
Funny, I was just going down this rabbit hole to see if it would work. I’m currently getting a 400 error because EST API invoke request failed - The ApplicationAccessKey is missing from the HTTP header
Wouldn’t know what that is do you? I don’t see it in the documentation for Appsheet API
I am not familiar with that directly. TI do recall some changes surrounding ApplicationAccessKey and remember this post concerning a similar error.
[Help: Cannot applicationAccessKey in Workflows HTTP Headers](https://community.appsheet.com/t/help-cannot-applicationaccesskey-in-workflows-http-headers/33320) Questions
Hi there! I’m trying to create a workflow that adds a row to a table based on adds/updates from another table. I’ve been following this guide: https://help.appsheet.com/en/articles/1979979-invoking-the-api But I currently have an issue with adding the HTTP Header, every time I click on save it removes itself therefore giving me a 400 error code when I test it. [image] I’m wondering if this is an issue on my end? Here’s the data i’m using. URL: https://api.appsheet.com/api/v2/apps/myAppID/…