I have a template column which is updated by the user when selecting a certain option i.e changing the language.
Currently I use a button with a wait 30 seconds action to show the updated text. Whats the best way so that I can just click the button and it will run until the new generation is complete rather than the 30 seconds?
Some text obviously takes longer so I end up having to run the action button twice.
And have an upper time limit, you can set a high number to it, say 60 seconds.
However, Iām curious how Emmett āupdate the languageā. If heās using something like an AI column, itās tricky to use āif translated text is not emptyā, because it was already not empty before the update.
@Emmett_M can you clarify what your button actually does?
Yep , the visibility settings wont work as needed here as the columns are already generated.
User selects a language , which updated the template column , which then updates the AI generated column in the new language.
Currently the button checks its not empty , then waits 30 seconds to allow the updated language to complete , then copies that to another column which is shown as a component then.
I think the current way I have it is the only way for now. Until a āwait until column updated/changedā action is released that monitors changes in a column/row
I think you might have to change the flow a bit. Use a basic column to hold the generated new language. When the user presses the button, clear that basic column, run an AI action to update that column with the AI result.