I have a flow that uses "Get Items from SharePoint List" to retrieve some data.
I am then using "Select" to create a new array with the two fields I need: "License" and "Priority".
The select works fine for "Priority", it is returning the value of the Priority in the SharePoint list.
However, the data returned for "License" seems to be a nested array, with other random data. The Select returns all data associated with the nested array for License.
I am wondering if this is because the data type in SharePoint is Choice? Is there a way to get it to return only the associated Value for the License?
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.