Problem with static map from boolean value

I'm sure I'm missing something basic, but I'm not seeing it. I have a dead simple static lookup for a NetSuite SO import. The export data is boolean and the Import data is a List/Record ref.

When I run the flow I'm receiving error:

Failed to create, update/transform record because You have entered an Invalid Field Value null for the following field: price

When I preview the mapping it works fine. The retry data confirms the expected xxxxx.isKeyAccount property is present.

Here's the mapping showing the input data:

And here is the lookup settings:

I'm using the current SuiteApp on the Import. I've recreated the mapping multiple times.

The error is a NetSuite error due to the flow setting null as the value for price. The mapping isn't configured to send null and should fail if there's no match, not send null.

Anyone see the issue?

Hi Steve,
Not sure 100% , but could it be because of the data type "boolean" ? a true or false are expected for the field based on the config, but you are trying to send a non-boolean value?
I didn't actually test this , just from a first look at the issue.

Hi Youssef,

You nailed it! I don't know why I was thinking that needed to be a boolean, but I realize it's the destination Type, not the export type. Thanks for the help :)