3rd June 2020 at 4:02pm
Add a has[phone] filter step:
<$list filter="[tag[Contact]has[phone]sort[]]">
<<currentTiddler>><br>
</$list>You might also have put has[phone] before tag[Contact] or after sort[] – the order doesn't matter in this case.