I have a data type of Saved Offer with field “Offer id” of type text. I’m attempting to make a change to thing in Saved Offer matching the Offer id criteria with input from a QR scanner holding scanned QR content of text. In testing, I can make changes to the thing without any constraints using the “Do a Search for” function. However when a constraint is applied such as “Offer id = This QR Scanner’s QR Content”, it yields no changes. I have also attempted using the “first item” and “filtered: first item” to no avail.
My workflow is triggered by clicking the “Scan” button. When the scanner has read the data, the “Make changes…” workflow is triggered.
Hello,
Are you still having trouble with this? If so, I recommend reaching out to Bubble Support directly so the team can take a look at your app and recommend the most appropriate solution for your workflow.
Hi @johnny, yes I have entries already within the database. The scanner works and I have tested that it reads data and outputs the read data. The issue seems to be making changes to an attribute of the data from the scanned record. In this case, the attribute is Redeemed where I attempt to change it’s default value from “no” to “yes”.
My data as an example when read is seen in the image below. I’m having difficulty in ascertaining why it doesn’t change even when I walkthrough with the debugger.