hello everyone,
I have a sharepoint list that contains
Product ID , Product name, Product sales, Sales date , amount,
and i am trying to retrieve all product columns from an excel automatically using Lookup function. i 've used this function
LookUp(Tableauproduit, 'Product ID' = DataCardValue3.Text, 'Product Name')
but i got this error :
Error when trying to retireve data from the network.
Could you pls help.