I was working on a block today with a flip parameter. I saw that the flip parameter has a name available for each of the two flip states. The default names are Flipped and Not Flipped. You can edit these names to whatever you want. In my case I wanted them to be "R" and "L", and, I wanted to be able access those names with a field as part of an attribute value. When I went to test the block those field values were returned as 0 and 1 ... not the names defined in the flip action. Has anyone else had experience with this? Did I miss something?

As a work around I added a lookup table, added the flip parameter to the table and paired them with "R" and "L" values. I reset the field to pull that value and removed the grip and visibility from the table. That worked but seemed like a round-about way to get to what should have been simple.