Hi everyone, I have a problem. When Flow is triggered it sends data to e-mail, but with all data from 'employee' and 'mistake' column of Microsoft List table. I need only "value" part of data to be displayed in outlook e-mail. I use :
1.Initialise variable(String)
2.Set variable(employee and mistake value)
3. Add variables to "Name des Sachbearbeiters" and "Beschreibung" fields

As you can see, "Zusätzliche Information " field was displayed normally(it's text based column), other 2 that I need are Choice based columns.
So, how can I extract this "Value"? Thank you!