Thanks, I got it. My problem was two-fold: 1) I was missing the fact that I had to check a checkbox (weird, but oh well), and 2) my flow had dropped the variable at a point about the else branch.
Not in love with the soup of global variables, but again, oh well.
------------------------------
Adam Connor
------------------------------
Original Message:
Sent: Wed February 26, 2025 08:33 AM
From: Kailash Kumar Mishra
Subject: pub.flow:debugLog -- including variable values in messages
Hi Adam,
If your intention is to just log the value of header/status field using debugLog service field then hardcoding the input message as %header/status% with Perform Pipeline Varible option being checked in the checkbox should work fine provided header/status field is available in the pipeline at that step
But say status is 200 and you want the message to be written as %200% i.e, including the % in the log message then I am not sure how this can be achieved.
------------------------------
Kailash Kumar Mishra
Original Message:
Sent: Tue February 25, 2025 05:22 PM
From: Adam Connor
Subject: pub.flow:debugLog -- including variable values in messages
I'd like to do something like create a message "header status was %/header/status%" and have the %...% string be interpolated with the value of the variable in the pipeline. Is this possible?
Thanks in advance.
------------------------------
Adam Connor
------------------------------