Hello everyone!
I have created a Flow for Leads entity to get added data in sub-grid, and send the selected data to an email.
The problem I am facing is in the flow the selected option set is returning the result as a number instead of showing the label text of the added items.
Here are some screenshots:


In those screenshots, I've mentioned above it's showing that 100000003 is the value of the "Item" text. As you see here it's returning the value of the option selected instead of showing the text "Item".
I have found this tutorial, and it's very helpful to find all the options set and its related details from the StringMap table.
But unfortunately, In this tutorial, it returns the selected option set as values, instead of showing the label text.
Here is the code to get the selected options set:
Here I am using the same script inside my flow:

What I should change in the script to get the selected label as text and use it in my flow?
Any help will be greatly appreciated.
Thank you!