Hey fellow bubblers!
I am facing an issue with “make a change to a thing” action. Here is the implementation.
-
I have an input field where I put the unique ID of a project (i.e. a thing in my database) and a button which triggers my workflow
!
Screenshot 2023-11-01 at 12.49.55|649x283 -
My workflow is really simple: make a change to a thing, where I find the thing by “Search for a project” with a constraint unique ID = input’s value
As you can see in my debugger, bubble cannot find the thing to change.
BUT this thing exist and I can find it in my database by copy pasting the value of my input (i.e. the unique ID of the project).
I thought about an issue related to privacy rules, but I have all permissions enabled for “anyone else”. Anyone can help me out? I really tried everything I could…
Valentin