Hello,
I have created a Managed Metadata column and added it to PowerApps.
I wanted to add a default value to this column, but for some reason, it's not working.
The code added for a default value was : If(SharePointForm1.Mode = FormMode.New; LookUp(Choices([@Deliberações].Categoria); Label="Documentos Internos") ; Parent.Default)
The code works if i use a label that is one of the first 20 tags, but if i chose the 21st tag, then it stops working
Any idea to fix this?
Thank you