Hi, Susan.
Thank you for reaching out!
While there is no trigger to capitalize the first letter of a variable or reference, you might be able to achieve that with Javascript. I'm looking forward to the suggestions you will receive from our talented community members, but in the meantime, I wanted to offer a "low-tech" alternative:
- Add a second population variable with the same words as the first but in their capitalized form.
- Population = {inmate, offender, juvenile}
- Population_StartSentence = {Inmate, Offender, Juvenile}
- The triggers that adjust the first variable can be duplicated to adjust the second.
- You would then reference the second variable (Population_StartSentence) the three times they have to be capitalized.
Here's an example, which I am also attaching as a .story file: