ed727
12
Thanks for taking a look! I could see that working, or a similar approach where you create a “code” field which is empty, and then when you want to share an entry, the workflow populates the code field and uses it in the link you send (link would use the code as a parameter that Bubble uses to find the entry). You can then use privacy settings to only make entries public only when the code field is used.
Both this approach and the datatype dupe approach you mention basically create a subset of the database which is “public” and therefore is potentially findable.
If information is sensitive, I wonder if there’s a way to use the API connector to connect Bubble to itself, so that a code is sent and Bubble checks it on the backend, and then sends back data via the API connector only if the code matches something in the datatype. I’m learning about these types of lookups currently and will post if I figure it out.
But it sounds like there’s no way unfortunately to accomplish such a link via the regular privacy rules and search functionality.