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_BremnerFeb 05, 2024Copper ContributorOk so I finally got round to having a check in the taxonomyhiddenlist, I had no idea that place existed, very hand to know thanks!
I tried a few other of the listed IDs in there, but still nothing. It's very odd. Any other potential issues you can think of? Appreciate the advice! - Steve_BremnerFeb 02, 2024Copper ContributorThanks for the response, I'll have a check and will come back with an update.