The user registers (Collection: User) and enters his height, weight and age. How to show him a personalized welcome message with the RAND function, where the text contains his data?
- Hello, we see that you are [AGE] years old and weigh [WEIGHT] kg.
- Considering you’re [HEIGHT] tall, you’ve lived to be quite old.
- Are you really [AGE] years old?
The problem is that you cannot enter variables into text in Collection > Property.
- The first database (Collection: Users) receives user data.
- The second database (Collection: Welcome messages) contains 10 texts with different wording.
How to solve this?