I want to change a specific user’s thing when the index page is loaded but not logged in. The specific user is identified by its email.
In thing to change select user, then do a search for users with constraint email is and then the email address
You could create a backend API workflow called like ‘page_index_id_user’. Set it to ignore privacy rules. Add a text value parameter called ‘email’. In the workflow add a make changes to a thing step, and set the the thing to 'do a search for users with constraint ‘email = email’‘s first item’. On the index page, on page load, schedule this api workflow and pass the email value.
Bubble does accept plain text as you’re trying to enter it but we must hit enter or return key for it to stay, and that works around half the time at best.
I suggest use dynamic expression of arbitrary text and then put the plain text email inside that dialogue.
AHA, that’s it! Thank you Boston.
