btcTransmuter
btcTransmuter copied to clipboard
Create easier way to use the string templates in the options
Typing {{TriggerData.xxxx.yyyy}} manually is not intuitive. This is a good place to start introducing some JS
Is it possible to access individual properties on the PosData {{TriggerData.XXX}}? I could not do it with the HTML editor using {{TriggerData.Invoice.PosData}}
I enhanced the template engine in the last release but also removed the feature you wanted(you could do {{JsonFunc(TriggerData.Invoice.PosData) }}
) because it was very hacky.
In the next version you can use {{JsonConvert.Deseriliaze(TriggerData.Invoice.PosData) }}