I am wondering whether there is a back-end issue with Bubble, this has been working perfectly until now and I have made NO CHANGES to this specific workflow which creates a Task thing and a Notification thing on a click of a button (simple stuff), BUT now it is only creating a Notification and NOT a Task. see below.
not on a paid plan yet so I can’t check the server logs to see if an entry was created, but the step-by-step debugger shows that a Task thing was created with the details entered
I actually noticed this yesterday on my application as well. Today it seems to be working better.
It seemed that there was a delay between creating a task and that task showing up in the right workflows. It had me going back through all my workflows to see what happened and then it just started working right. Strange.
as @Bradluffy said, I think there are massive delays from when a trigger to create a thing is execute to when it is actually written in the database which causing major issues as many of my other workflows rely on values written/updated in the DB.
well it was working fine again for me earlier today but now its acting really weird again. repeating groups not updating, scrollable lists not scrolling, data not being filtered by constraints. not sure what happened but its acting super weird right now.
I am still having issues with a simple text field update to a Thing, it is not saving the data to the database. It was working perfectly fine prior to these issues and have made no changes that WF.
Email is best as it’s easier to follow up. One thing to note though is that the App Data tab is not supposed to be fully real-time right now (it’s on our list to fix it at some point), while run mode display of data should be more responsive. Have you tested in run mode?
Ah this explains the delay in some things showing up in app data. Could this also be affecting the display of data that is saved in one place, displaying in another quickly?