Skip to content

Fbl.WithTags

Name Mandatory Description Default Type
⬅️ Input No input is required for this shard. None
Output ➡️ A sequence of untyped Form IDs of forms that match the specified tag criteria. [Int16]
Tags No The tags to check for. none [Any]Var([Any])
All No Check if all tags are present, if false check if any tag is present. true Bool

Checks forms based on the specified tags and outputs a sequence of untyped Form ID's of forms that match the criteria. Supports checking if all specified tags are present or if any of the tags are present.