Struggling with Zoho Flow Webhook Configuration

Struggling with Zoho Flow Webhook Configuration

Hello! I'm currently facing a challenge in configuring a webhook within Zoho Flow. I am trying to map data to a Fetch module entry, but during testing, it appears that the information is not being transmitted to the Fetch module entry as intended. Specifically, I want the "CONT" field in the payload to correspond with the "Container" field in the input. Does anyone have suggestions or ideas on how to resolve this issue?

1 Payload 2 INPUT
  1. {
    	"webhookTrigger": {
    		"payload": [
    			{
    				"ESTADO": "APROBADO",
    				"PE": "23038EG01001711J",
    				"BUQUE": "CAP SAN ARTEMISSIO 338S/343N",
    				"CONT": "CMAU4182715"
    			}
    		]
    	}
    }
  2. {
    	"Loker Numero": "",
    	"Ref Cliente": "",
    	"Status Ops": "",
    	"Include approved entries?": true,
    	"Buque operando": "",
    	"Comentarios": "",
    	"Status FOB": "",
    	"Cut Off": "",
    	"Origen": "",
    	"Contenedor Owner": "",
    	"Inicio de Recepcion": "",
    	"Peso bruto": "",
    	"Agencia Maritima": "",
    	"Peso Contenedor": "",
    	"Vencimiento Transito": "",
    	"LINK APCM ENTREGA": "",
    	"E-mail transporte": "",
    	"Fecha de llegada": "",
    	"Cuit": "",
    	"Cliente facturable": "",
    	"Vencimiento PE": "",
    	"Destino Final": "",
    	"Booking": "",
    	"IMO": "",
    	"E-mail Admin": "",
    	"Status VGM": "",
    	"Marca Envio": "",
    	"Include converted entries?": false,
    	"Chofer contactado": "",
    	"VG": "",
    	"Contenedor": "",
    	"Unsubscribed Mode": "",
    	"Buque": "",
    	"Ref. Facturar": "",
    	"Patente Semi": "",
    	"Module": 2529306000000140711,
    	"VGM": "",
    	"Permiso de embarque": "",
    	"Contenedor asegurado": "",
    	"Precinto": "",
    	"Metodo pago": "",
    	"Temperatura C": "",
    	"Fecha IN old": "",
    	"Entry Id": "",
    	"Fecha de salida": "",
    	"Facturado": "",
    	"Turno confirmado": "",
    	"Commodity": "",
    	"E-mail": "",
    	"Patente Tracktor": "",
    	"Phone": "",
    	"Actualizar": "",
    	"Ventilación CBM/H": "",
    	"PESO VGM": "",
    	"Email BK": "",
    	"Unsubscribed Time": "",
    	"Nombre y Apellido": "",
    	"Cliente": "",
    	"Comentario": "",
    	"Humedad %": "",
    	"Cliente facturable BK": "",
    	"Fecha de llegada a puerto": "",
    	"ISO": "",
    	"Sobre ancho": "",
    	"UPDCONT": "",
    	"Marca Envio Liberado": "",
    	"Terminal": "",
    	"Turno provisorio": "",
    	"Aprobado": "",
    	"Sobre alto": "",
    	"Tipo": "",
    	"Turno solicitado": "",
    	"Layout": 2529306000000141603,
    	"Puerto de Descarga": "",
    	"Sobre largo": "",
    	"Tag": "",
    	"DNI": "",
    	"Creado por": ""
    }