Hi there
I am looking to build an inventory app. What I have so far is the following:
Patch(Sheet3, TemplateGallery3.Selected, {Part1: Part1 -1})
All I'm getting are errors, and everywhere I read says to do it this way. Please help!
Also, if I want to build a list for one unit, it is my understanding here that the Patch() is like the following: Patch(Source, Row, {Column}). Example, if I have rows 1-3 set up in a sheet, can I set it up so that row 1, col 3 is "blue lugs" and row 2, col 3 is "red lugs" and row 3, col 3 is "black lugs" and so on?
Thanks in advance for your help.