Save Item label from Select box

Hello,

I have a select box and I would like to capture the item label into a variable for display on a subsequent page.

In the Select setting, there is Mapping.name which shows the options in the Select box but in the workflow I do not see the Mapping.name option when I try to set the variable in Change Variable Value.

The only option I see is to get the option value and do a lookup in the database. Am I correct or is there another way?

Thanks

yeah that’s correct. If your not using the id at all tho you could map both label and value to the same field

Thanks