Aug 21, 2024 11:58 AM
There are a bunch of great input methods that one can use in the scripting extension to take text imputs or allow a user to select a specific record. THey are not avaiable in automations, but unfortunately it seems that running a script in an interface requires one to use an automation. Is there a way to get inputs from user through a pop-up in an interface run script?
If not this is a much needed feature!
Aug 21, 2024 09:13 PM
No, there is no way for an automation script to get inputs directly from the user. You must create fields for the user input and have the user enter all the data in the fields before the automation is triggered.
Aug 22, 2024 08:16 AM
That is what I am doing but it does prevent any workflow where the script logic dictates a certain flow, for example using the input.recordAsync function to display certain records based on a previous selection.
Seems like this is something that is missing from the interface since the functionality is already there for the extension. All they need to do is add a modal in the interface so we can have the same functionality.
Sep 10, 2024 11:10 AM
I came up with a bit of a workaround. Quite simple. Just have the interface button lead to a form, then on that form you have a submit button that triggers a webhook.
Still doesn't help with getting inputs mid script. . . should be something on airtables roadmap since this works in the scripting extension.