Hello, another beginner question after 3 days of painful trying to solve it on my own… Please help feel desperate and have to deploy on Tuesday…
I am probably doing some stupid mistake, which relates to bubble basics and fundamentals.
My application is for children to give provide them with:
- a story about Travel around world with task (games) to do(play) outside virtual world
- Diary - to have a possibility to note their achievements
- Map - to see where they moved
- Passport to collect stamps
- Customs - to interact with parent - allowing them to continue to the next Stage
Game will be delivered - one stage every week.
- So I have Data Type Etapa (=Stage, I am from the Czech Republic, may be you know Havel or Jagr or Prague or …
- I want to store and information for user - Aktualni_etapa - currentStage in English because:
-
- every user can be in different Stage (Etapa)
-
- every user can browse their Diary, Passport, Map according to currentStage (Aktualni etapa) I will also use custom state for that but I need to store it at some point
-
- every user need to have initial value of Aktualni_etapa (currentStage) set (It is not possible to use default database value in case the Database field is Type of Etapa) I wanted to set the value to 1 - first Stage (Etapa)
- every user need to have initial value of Aktualni_etapa (currentStage) set (It is not possible to use default database value in case the Database field is Type of Etapa) I wanted to set the value to 1 - first Stage (Etapa)
So I have tried to:
- set initial value during workflow creating new User
Simple =1 doesn’t work
More complicated - I have tried to set a field with default value for user - type of Number and use it to feed the value:
Doesn’t work
This is how I realized that even if the currentStage is also number, it is not Type of Etapa, whoops
So how can I reference it any idea? Did I described it well enough?
I am sorry for such a long post.
Thank you all, great community!
Lada