Hello Everyone,
Using Patch function I am sending data into SharePoint list from my gallery below is the image of table that I created using gallery
Problem:
the issue that I am facing is that I am unable to send data into Number column of SharePoint list, this is the formula for quantity column
(
Patch('Line Items',ThisItem,{Quantity:TextInputCanvas4_2.value})
)
Price column formula
Patch('Line Items',ThisItem,{Price:TextInputCanvas4_3.Value})
but I am able to send the data for Vendor, Item & Description column using these formula's
Patch('Line Items',ThisItem,{Description:TextInputCanvas4_4.Value})
Please let me know if anyone know how to resolve.
Thanks for support