Cannot see frm_payload in InfluxDB

I have integrated InfluxDB with my Chirpstack server and connected a Class C device to it. However, when sending downlink or receiving uplink from the device, the frm_payload field is not being reflected in my database. I’m able to see two measurements named device_uplink and device_status_margin in which data on

time, application_name, dev_eui, device_name, dr, f_cnt, frequency, rssi, snr, value.

can be found
My codec is set to none.

My InfluxDB integration is set as below

How can I store my frm_payload in InfluxDB database so that I can visualise it later in grafana?

Only decoded data (by a codec) is written into InfluxDB. I’m not sure if there is any value in inserting binary blobs into InfluxDB, as you need to decode this data first anyway before you can visualize it.