I have created a LogicApp to pull data from CosmosDB and send to CRM. All of my fields cross over except the "lookup" fields.
For example, Feature Category, is a Lookup field within CRM.
Any field that looks like this with the magnifying glass:

My question, is how would I implement this in the Logic App?
Just doing this does not work, even when I add quotes.

The Feature Category that I pulled from CosmosDB already has a value:

My dilemma is:
How can I get this 'lookup' field to accept my value within the LogicApp?
I tried doing this and it does not work:

Any help or suggestions are appreciated.