I’m building a softball pitch tracker app (mainly because I want to learn Bubble.io AND I can’t find one I like). I am having problems populating data across data sets. For instance, I have a data set that is around the creation of an opponent. Another data set that is of the opponent’s team. I’m using custom states to try and populate the 2nd data set after going through the initial building of the opponent. I cannot figure out what I am doing wrong. Any suggestions from the attached screen shots on what could be going wrong?
What’s the problem you are facing?
No record is created at all? Some field values are missing?
The record is being created, but not all of the fields are being populated. Specifically, any field tied to another data set. I’m using custom states to try to populate these fields, but I cannot get the fields to populate. In below screen shot, those fields should be populated by the custom state, but they are not populating regardless of what I try. I’m trying to figure out what I’m doing wrong.
Also, open to a different approach if my approach is wrong.
Are those custom states of type Game Setup
?
From the debugger screenshot I see that, whatever type is the value stored in the custom state, it’s lacking some of the fields of type Game Setup
, e.g. Game Date
Yes they are
Can you confirm this? I edited my post
Any ideas on what I could be doing wrong? Or does anyone know of a better way to accomplish what I am trying to do?