title: Parse/BackCompat/MacrocallIndirectValue
description: Macrocall attribute value can be an indirect value {{tid!!field}}
type: text/vnd.tiddlywiki-multiple
tags: [[$:/tags/wiki-test-spec]]

title: Output

\define x(d) got=$d$
<<x d={{Other!!foo}}>>
+
title: ExpectedResult

<p>got=FROM-OTHER</p>
+
title: Other
foo: FROM-OTHER

