Many thanks. However, the codes {{dc:user:meta key=“wp_user_level”}} and {{dc:user:meta key=“wp_capabilities”}} do not work for me (no output). I then found the same tags in the list of possible user meta information for authors, but obviously with the name of the database instead of “wp_”. The name could be different for anybody e.g. like {{dc:author:meta key=“74Jd73_user_level”}}. Using these codes I can read the values - but database name must not change then. Can you confirm that the codes with “wp_…” should work instead?
Regarding the list of dynamic content: I would appreciate it very much if there was a clear, searchable list here. I have often found forum replies with dynamic content codes here and I thought “Oh, interesting! You can read and use that?”. Examples of the structure of query strings and the possible concatenating of conditions would also be great for such documentation. e.g. how does: “IF {{dc:user:meta key=“wp_user_level”}} IN 1,2 AND {{dc:user:meta key=“wp_capabilities”}} > 8” ?