Hello,
I’m building a database to collect feedbacks. I created an automation that should update the Name field based on the user feedback with maximum 10 words. I’m not able to get it works.
My automation :
The result :

Thanks for your help.
Hello,
I’m building a database to collect feedbacks. I created an automation that should update the Name field based on the user feedback with maximum 10 words. I’m not able to get it works.
My automation :
The result :

Thanks for your help.
here you have to use markdown template syntax, like
Extract city from the address {{raw address}}
Here is the guide
The following worked : “Create a short description based on {{Feedback}} with maximum 10 words.”
Thanks !