How do i get the uplink message in my app

Hi i am new to lora, and not programmer. Could you help me out where i used the wrong approach? The issue i am facing: i build my own lora transmitter, and it transmits gps coordinates to my public gateway (nl13974-lora). I see the packages enter the gateway as receive uplink message and when i open the message i see the structured data with also the coordinates. So far so good, i am able to receive the payload and decode it, great but… here is where it goes wrong: when i look in the app panel, the message no recent activity is shown, and no data is visible. Payload formatter is cyennelpp, storage integration is enabled. But how will i be able to see the captured data? where did i miss an part of the right approach? Thanks and regards, Eelco

Hi, i am quite new to lora, and also to the things network. I am learning to add sensors to my network and the first experiment is to build a lora gps tracker like this one: https://www.thethingsnetwork.org/labs/story/lorawan-gsp-tracker
I have my own public lorawan gateway up and running. On this gateway i see the messages pass but: i don’t see them in the application v3 panel. I also want to get them in the cayenne interface so i am able to see the data and or the position/track. I have no clue what is going wrong, since i see these messages in my lorawan passing by so what do i wrong? i am checing for serveral days but no clue where to start. telegram received is :

{
  "name": "gs.up.receive",
  "time": "2021-11-27T16:36:10.572536915Z",
  "identifiers": [
    {
      "gateway_ids": {
        "gateway_id": "nl13974-lora"
      }
    },
    {
      "gateway_ids": {
        "gateway_id": "nl13974-lora",
        "eui": "58A0CBFFFE80346B"
      }
    }
  ],
  "data": {
    "@type": "type.googleapis.com/ttn.lorawan.v3.UplinkMessage",
    "raw_payload": "QPEgCyaAhwABhlkE7L1060S6Z20+54wJ",
    "payload": {
      "m_hdr": {
        "m_type": "UNCONFIRMED_UP"
      },
      "mic": "PueMCQ==",
      "mac_payload": {
        "f_hdr": {
          "dev_addr": "260B20F1",
          "f_ctrl": {
            "adr": true
          },
          "f_cnt": 135
        },
        "f_port": 1,
        "frm_payload": "hlkE7L1060S6Z20="
      }
    },
    "settings": {
      "data_rate": {
        "lora": {
          "bandwidth": 125000,
          "spreading_factor": 7
        }
      },
      "coding_rate": "4/5",
      "frequency": "868100000",
      "timestamp": 2951827,
      "time": "2021-11-27T16:36:10.539281Z"
    },
    "rx_metadata": [
      {
        "gateway_ids": {
          "gateway_id": "nl13974-lora",
          "eui": "58A0CBFFFE80346B"
        },
        "time": "2021-11-27T16:36:10.539281Z",
        "timestamp": 2951827,
        "rssi": -36,
        "channel_rssi": -36,
        "snr": 10.25,
        "location": {
          "latitude": 52.1246824576923,
          "longitude": 4.44975748461539,
          "altitude": 15,
          "source": "SOURCE_REGISTRY"
        },
        "uplink_token": "ChoKGAoMbmwxMzk3NC1sb3JhEghYoMv//oA0axCTlbQBGgwI+ryJjQYQ24/6kAIguJzF/4rKESoMCPq8iY0GEOiMk4EC"
      }
    ],
    "received_at": "2021-11-27T16:36:10.572426203Z",
    "correlation_ids": [
      "gs:conn:01FNETANXMFWAS0RHQ4YWWJNNP",
      "gs:uplink:01FNH423PCZ00SY94NSC7Q5NR5"
    ]
  },
  "correlation_ids": [
    "gs:conn:01FNETANXMFWAS0RHQ4YWWJNNP",
    "gs:uplink:01FNH423PCZ00SY94NSC7Q5NR5"
  ],
  "origin": "ip-10-100-4-71.eu-west-1.compute.internal",
  "context": {
    "tenant-id": "CgN0dG4="
  },
  "visibility": {
    "rights": [
      "RIGHT_GATEWAY_TRAFFIC_READ",
      "RIGHT_GATEWAY_TRAFFIC_READ"
    ]
  },
  "unique_id": "01FNH423PC4YH35WMESMAGH8A7"
}

Please do not double post - it uses up volunteer time - just add to your first post.

Please format logs etc as per guidelines

Which parts of the documentation have you checked? There is a whole section on integrations - which is all about getting data out of the network.