Hi Micheal,
In Node RED on the Conduit AEP, you can add a function node between the LoRa input and output node with the following code.
msg.payload=msg.lsnr + msg.rssi;
return msg;
See this link.
https://www.multitech.net/developer/software/lora/conduit-aep-lora-communication/
Kind regards,
Leon