Thank you for this blog post. I had been looking for a work around to the 20 item limit for metadata in PowerApps for quite a while!
In my case I am wanting the Flow to output only items from a specific path within a term set, for example only terms from “Path”: “Subjects;Design;Document Categories”
What would be the most efficient way to limit the output down to those terms? I keep trying to figure out within the Get All Terms with Path step… or Select… but I just don’t know what I am doing enough, sorry to say.
The numerous steps in your workflow are poorly explained. For instance, you’re setting the variable TermsetId to TermsetId_Value. What is TermsetId_Value, where is it defined, and how is its’ value set? Do I need to customize the Termset props JSON to match my term store somehow?
Thanks for the feedback.
The TermsetId_Value is the TermSetId from your termset where you are loading the terms from. In this sample the TermSetId_Value is passed from your Power App into the Power Automate as a parameter.
Check the code snippet in step 3. You’ll see GetTerms.Run(“TermSetId”) there to call the specific flow we built from your PowerApp. The flow name might differ in your case of course.
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.OkNo
Hi Ward,
Thank you for this blog post. I had been looking for a work around to the 20 item limit for metadata in PowerApps for quite a while!
In my case I am wanting the Flow to output only items from a specific path within a term set, for example only terms from “Path”: “Subjects;Design;Document Categories”
What would be the most efficient way to limit the output down to those terms? I keep trying to figure out within the Get All Terms with Path step… or Select… but I just don’t know what I am doing enough, sorry to say.
Kind Regards,
Neil
Hi Neil,
You could use the filter action in Power Automate to filter out terms on the Path property after getting all the terms with GetAllTerms.
Kind Regards,
Ward
The numerous steps in your workflow are poorly explained. For instance, you’re setting the variable TermsetId to TermsetId_Value. What is TermsetId_Value, where is it defined, and how is its’ value set? Do I need to customize the Termset props JSON to match my term store somehow?
Hi Pete,
Thanks for the feedback.
The TermsetId_Value is the TermSetId from your termset where you are loading the terms from. In this sample the TermSetId_Value is passed from your Power App into the Power Automate as a parameter.
Check the code snippet in step 3. You’ll see GetTerms.Run(“TermSetId”) there to call the specific flow we built from your PowerApp. The flow name might differ in your case of course.
Kind Regards,
Ward
Hi – i was nable ti import (error), are you able to please provide the ‘body’ of the steps as code snippets/text?
Thanks