Hi,
I’m trying, in an addRow, to put a value in the lookup column of my linked table. I manage to put the value but it doesn’t make the link with the record.
Do you know how to do this?
Hi,
I’m trying, in an addRow, to put a value in the lookup column of my linked table. I manage to put the value but it doesn’t make the link with the record.
Do you know how to do this?
Hi @Joelle_Gaillard !
If you could share a sample/Mock-up doc that would be helpful !
I admit, I have troubles to visualise where the button is and where it should add the value …
Hi @Joelle_Gaillard ,
I second what @Pch just said: having a sample would significantly speed up the investigation.
From what I see though, it seems that your thisRow.Identifiant commande
is a text value rather than a lookup itself.
I could be wrong, but I’d start checking data type consistency first.
Hi @Joelle_Gaillard,
I’m happy it does work, but I have some doubts it’s the best way to achieve it.
I understand that Commandes
column in Factures
table is a lookup to the table you’re running the action.
Meaning that you could simply put:
...
Factures.Commandes, thisRow
...
Again, having your working example would help…
Let me know.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.