This is what I’m doing in the first step:
I’m using a saved-search pulling data in NetSuite and using that as an export to Celigo
This is what I’m using in the handlebar along with the data being used and the data being previewed.
Despite having the correct output in the handlebar preview, I am getting this error once I populate the Mock Reponse:
Error: NoTypeValidates: #/Records {Array: ArrayItemNotValid: #/Records[0] { NoTypeValidates: #/Records[0].Supplier1Code {Null: StringTooLong: #/Records[0].Supplier1Code NullExpected: #/Records[0].Supplier1Code } {String: StringTooLong: #/Records[0].Supplier1Code } } } {Null: ArrayItemNotValid: #/Records[0] { NoTypeValidates: #/Records[0].Supplier1Code {Null: StringTooLong: #/Records[0].Supplier1Code NullExpected: #/Records[0].Supplier1Code } {String: StringTooLong: #/Records[0].Supplier1Code } } NullExpected: #/Records }
Has anyone encountered something similar to this? I checked the field in netsuite and the field has a maximum length of 60. Thank you in advance!

