Forum Discussion
Steve_Bremner
Feb 02, 2024Copper Contributor
Term Store vs Flow Output
I'm hoping for some advice, I'm banging my head off a wall with this one. I have a very simple SharePoint list, one column in the list pulls a list of companies from our term store. The form can...
ValerasNarbutas
Feb 02, 2024Brass Contributor
Steve_Bremner you can use id also if label is misbehaving,
use action to get list item from taxonomyhiddenlist and use id in req column.
maybe it will get display name as desired
use action to get list item from taxonomyhiddenlist and use id in req column.
maybe it will get display name as desired
Steve_Bremner
Feb 02, 2024Copper Contributor
Thanks for the response, I'll have a check and will come back with an update.