In capture, ‘%\N’ provides back-references to the value entered in response to the Nth prompt of the form ‘%^{PROMPT}’. But from what I can see, when figuring out which prompt is the Nth, capture does not consider *property* prompts; i.e. those of the form ‘%^{PROP}p’.

So is there anything similar to '%\N' that can be used to backref ‘%^{PROP}p’ prompts

thx.