I am using the Parse JSON action to parse a JSON file and create items in a SharePoint list.
The items in the list have managed metadata columns, and the format required in the JSON file for metadata is "<TermName> | <TermID>"
I have the Term name in the JSON file but not the TermID, so I would need to query the Term Store to grab the TermID based on the Term Name
How can I do that?