This is a stripped-down version of a single section of Grok TiddlyWiki, optimized for fast loading and readability by search engines. Some features are missing.

For the full Grok TiddlyWiki experience, please visit the wiki version of this page.

Ex:ConditionalSetAt/answer

7th February 2021 at 3:56pm
<$set name="meetingTime" filter="[all[current]has[at]]" value={{!!at}} emptyValue="(no time specified)">

| !Time|<<meetingTime>>|
| !Participants|{{!!participants}}|

</$set>

(Note the need for an empty line after $set to make the table start in block mode.)

Go to question: Ex:ConditionalSetAt