I am working on creating an app for inventory. I have added all parts and I want to create a URL link for each part and follow it with QR Code. The goal is to have user scan QR code and it takes them to a form where they upload an image for that part. The form should also auto fill the part number.
In the data sheet I used my form link to add part paraments and added column that extracts the parameter and displays the part name. Which works well displaying the right parameter.
In the form I’ve set the default value as the extracted part name from my link. However, the issue I’m running into is that the only the first row of part is showing up. Even when I use the different link with different part name parameters it still gives me the part name from row 1. How can I fix this?