Hi
We have a Power App that allows a sales team to choose products using various DataCardValue number input fields.
We have a Sharepoint list with the correct costs for each product chosen. When a PowerApp is submitted, Sharepoint calculates the Total cost using predefined list fields with price values.
Sharepoint works 100%
Our sales manager would like to see a cost summary on the power app before submitting it.
I have tried LookUp(SP_Name,' column' * DataCardValue but am failing with errors.
What would be the correct syntax to Lookup a Sharepoint list column, get the default value and multiply it by the PowerApp DataCardValue.Text
I appreciate any help you can provide.