Set time interval to trigger actions.
- Set time interval in seconds
- Define a list of actions to run every X seconds
- Show or hide the component on the frontend
Find out more about Budibase.
In your Budibase admin panel, go to Plugins > Add plugin > In source select "Github" > in URL copy-paste "https://github.com/MartinPicc/budibase-interval-plugin" > Click "Save" button.
Interval plugin should appear now in the list of plugins.
To build your new plugin run the following in your Budibase CLI:
budi plugins --build
You can also re-build everytime you make a change to your plugin with the command:
budi plugins --watch