Hi,
I need to auto populate a field in a form. I use 2 lists, one with the field in Lookup and the other with the field in Text. I can have the same content in my list several times. When I use the list where the field is in Lookup, I need to have the right content and I would have thought of using my line ID. How can I do this?
I'd like to point out that I'm already filtering my row with a component that only retrieves the field content.
Here's the code I use:
Filter(Choices([@'IX-LigneTache'].Commande); Value = ComboBoxCde.Selected.Title)
Thanks,
Tom Victor