This is making me nuts. I have to be doing something stupid/obvious.
I have a text element that shows (and works) up on preview but does not show up on live. On live, the conditional elements are showing (border revealed when hovered), but not the text and the wrong workflow is being triggered.
For context, it’s one of 6 text elements in a group where all the text elements are clickable and kicks off the same custom event; but the custom event has a parameter that takes a number which is a custom state of each question (which pulls different text from the database). All 6 elements are copies of each other, and I changed the number of each manually.
Hi there, @dave19… when something works in dev but not in live, it almost has to be that a change hasn’t been pushed to live or it’s data-related. Without being able to see your app, it’s pretty much impossible to say. Are you able to share some screenshots or a read-only link to your editor?
You nailed it. Data. The text (at this point) is hard coded and the hard coding does not get deployed to the live database. So, I had to go to to the live database and make the same changes. Thank you so much!