Hey, I am wondering if it is possible to do these things using the Block SDK:
1. Check if an automation exists in a base/table by name.
2. Create Automations on a table if they dont exist
3. Automate updating an automation script
Use Case:
I have a Blocks SDK extension and an automation that both depend on each other(decoupled) if the extension exists I want to make sure the user has also set up an automation that goes along with the extension.
I want to check if an automation exists under a certain string name using regex.
Thanks