TCA Binding Textfield/Searchable

i can't find the right syntax for having a binding between an Action of my feature that receive a string to that UI element, for example i have a TextField, i want to send the text when the user change it in the Action, i have seen some examples but i never manage to have it work, the complier keeps failing, please can someone provide an example for it.

Hi @galInial, have you seen the article on SwiftUI bindings in the docs? It should explain everything you need to know about constructing bindings.

And if you have seen that article, what exactly is not working?