Apr 13, 2023 11:50 AM
Hello
I am putting together an automation which will email our staff their rota, I would like to do this from a view in the base, rather than an interface as I am yet to find interfaces particularly useful
I don't see any way to do this - unless I do something funky like call a webhook from a script on a button in the view. Am I missing anything?
Thanks!
Richard
Solved! Go to Solution.
Apr 13, 2023 10:06 PM
Nope you're not missing anything I'm afraid. I usually just create a checkbox field that triggers the automation and make the automation untick the checkbox once it's finished
Apr 13, 2023 10:06 PM
Nope you're not missing anything I'm afraid. I usually just create a checkbox field that triggers the automation and make the automation untick the checkbox once it's finished
Apr 14, 2023 03:35 AM - edited Apr 14, 2023 03:35 AM
Ah thanks - and I assume this gives you the record that was selected as input to the script? I did a fix which uses a webhook (and I pass some data in the body) but your suggestion seems better!
Apr 16, 2023 01:07 AM
> I assume this gives you the record that was selected as input to the script?
Yeap that's right!