
I’m new to using macros in Roll20. I wonder if anyone can
help with building a macro that pulls data from custom resource boxes.
My character has the Healer Feat. Creatures can gain hit points from this feat only once per rest. I use custom resource boxes in my character sheet to track who I have healed with this feat between rests.

I want to make a one-click macro that will pull the data
from my resource boxes and put it in chat. I’m not looking for automation like ammo
tracking or anything to update these fields for me. I’m just looking for a way
to quickly and easily share this information with the GM and other players (the GM is
constantly asking me if I’ve already bandaged this person or that person since
our last rest!). Something like this (currently does not work!):
&{template:npcaction} {{rname=Healer Feat}}
{{description=*Who can Baetha Bandage?*
Baetha: [[@{Baetha|other_resource|Baetha}]] available
Beldani: [[@{Baetha|other_resource|Beldani}]] available
Donny: [[@{Baetha|other_resource|Donny}]] available
Gildas: [[@{Baetha|other_resource|Gildas}]] available
Iaculis: [[@{Baetha|other_resource|Iaculis}]] available
Zahlia: [[@{Baetha|other_resource|Zahlia}]] available}}
My problem is that I can’t seem to discover the correct field names for the resource boxes. The macro shown above returns 1 for all the lines, regardless of what numbers appear in any of my custom resource boxes. I have tried many variations on the field name besides what is shown above, but nothing has worked, and I can’t seem to find any posts about how to pull data from these fields. Who can help?
Thanks very much for your time!
Miriam