Stylize the value of enums and show dynamic message

0
Hello, I would like to create a selection of choices like this:   o I will enroll for the 2023 Fall Semester o I will not be attending school   I am not sure how I can customize the caption of enum. I want to first be able to bold some words like the “I will” and “I will not”, and I also want to be able to change the “2023 Fall Semester” automatically every year without hard-coding it every time. Is there a way I can pass a value from an API to the caption of enum?     
asked
1 answers
0

Hi,
You cannot change the caption of the Enum Value as shown above. 

But to achieve this you need to create your Custom flow with a Separate Entity and try to Use the Rich text Editor or CK editor to Style you Text.

answered