I have built a flow that I would like to:

 

 

Query CosmosDB and return a value, if the the output value matches, send this value to CRM, if not send an email. 

 

This is what I have done so far:

 

Does this conditional look correct for what I am doing?

(if the result from the query is true then, do this: send the value to CRM...., if not, send an emal)

Here is the input: 

 

 

 

 

I am not sure if the inputs are correct here.

Any guidance will be helpful.