Change a field value based on another field content with AI on automation

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 :

image

Thanks for your help.

here you have to use markdown template syntax, like

Extract city from the address {{raw address}}

Here is the guide

1 Like

The following worked : “Create a short description based on {{Feedback}} with maximum 10 words.”

Thanks !