I already created a collection on a separate page with the navigation pointed to the page in question. I need to add three new columns to the Collection before I patch it to Sharepoint.
Collect(WCDCOrder, AddColumns(Table('WCDC Branch #'), "Branch #", 'WCDC Branch #'.Text)
The issue I'm seeing from this formula is "Cannot use a non-record value in this context.
I need to add three columns "Branch #", "Shipping Address", "Additional Comments". Help is greatly appreciated.
