Hi all!
I have a problem that I feel should have an obvious solution: I’d like to set up an Automation that normalizes a string value after input by base collaborators. However, the Automation appears to run too early, catching only parts of the input string. (This behavior is not consistent, though: From time to time the Automation will catch the whole string.)
I selected When record updated
as trigger and configured it to watch only for changes in a specific field (in my case: Keyword
).
Example from the screenshot: The entered text is “Aldi Angebote”, but the Automations appears to run already after the first letters are typed in, so only “Ald” is used as Automation input.
What’s the best way to solve this problem? Is there a better trigger for this use case that I am missing?