First letter in caps for predictive model initial value

Hello!

I recently managed to implement my first predictive model in appsheet. I set it as initial value when adding a new item. The problem is that it sets the inital value (type enum) in small letters even though the enum has a caps first letter.

Is there a workaraound for that? Thx for the help!

Emilio

Solved Solved
0 12 581
1 ACCEPTED SOLUTION

Perhaps even easier!

ANY(
  INTERSECT(
    {"Tony", "Emilioudi", ...},
    LIST(PREDICT("Your Model"))
  )
)

View solution in original post

12 REPLIES 12
Top Labels in this Space