Is it possible to build apps for Monday that don’t display a UI to the user just take an action for them straight away? Take these very basic examples;
A Board item menu feature where the item has the current date time stamp appended to the end of its name.
Or a doc action for workdocs where you can select the text in a doc and it is all converted to upper case.
We have both of these simple things working but currently only once the user clicks a button in the little UI box that pops up. This means the user needs to wait for the UI to load and then make an extra click to trigger it. Can we avoid this?