Can you decision property usage in an audit note string?
Hello community,
Hoping I can get a little push in the right direction. I have an Audit note set in the connector of a flow. Currently, the note is simple:
"Chargeback - Pursue Pre-Arbitration Manually for reason " + .PreArbitrationReasonNonFraud
However, I need to be able to display a different property if it meets different criteria-- Fraud type, instead of NonFraud. Is there a dynamic way to write something like the following in a Pega audit note?
"Chargeback - Pursue Pre-Arbitration Manually for reason " + .PreArbitrationReasonNonFraud || .PreArbitrationReasonFraud
Thanks in advance for any assistance!