Hi,
I'm using form to save value in my dataverse table and I use a lookup column in the form to select a value. This value must be filtered by a choice in the main table. I try to use this formula and I get a network error:
Filter('CRM - Commande'; 'Condition Facturation'.Activé = 'Activé (CRM - Paramètre Conditions)'.Activé)
How can I fix this ?
Regards,
Tom Victor
Hi @TomVictor ,
Please check the choices column name in main table. It seems the formula could be as below because Activé is the choices column name:
Filter('CRM - Paramètre Conditions'; Activé = 'Activé (CRM - Paramètre Conditions)'.Activé)
BR,
Hi, @v-jefferni ,
Sure there is ths error I get :
Translation : "Error when trying to retrieve data from the network"
Regards,
Tom Victor
Hi @TomVictor ,
Please share the whole error message. You can try and refresh the table connection first.
BR,
Hi @TomVictor ,
Please use below formula in Items property:
Filter('CRM - Paramètre Conditions'; 'Condition Facturation' = 'Activé (CRM - Paramètre Conditions)'.Activé)
In this formula, 'CRM - Paramètre Conditions' is the main table, 'Condition Facturation' is the choices column within main table.
Best regards,
WarrenBelz
146,651
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,997
Most Valuable Professional