Hi,
I am very new to PowerApps and I have been struggling with an issue. I have tried reading forum posts and asking chatGTP, however I still run in to the same issue. I have written this code in the Onselect field for a button:
Collect(colProducts;{ Name: txt_itemName.Text; Price: txt_productPrice.Text})
I want the button to do several things at the same time when I press it, however I get an error message when I either try to use ";" or "," after the command I have already written to chain together multiple commands. The error message says it is an "unexpected sign".
Some help is greatly appriciated. Thank you 🙂