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?