I have a bunch of Change nodes that each set a JSON payload, representing requests to send to a device. One of the fields in each request is a password/PIN that the user needs to set. What is the best way for a user to input their PIN and get it into a field in these JSON payloads?
It seems like having them set their PIN as a global environment variable by going to Settings > Environment makes sense. But I can't figure out how to get that environment variable into the JSON payload in the Change nodes. I see that I can set the payload entirely with an environment variable but I can't figure out how set it as just a field in the JSON payload.