Fbl.HasTags¶
Name | Mandatory | Description | Default | Type |
---|---|---|---|---|
⬅️ Input |
The typed or untyped Form ID of the form to check for the specified tags. If none is provided, the current form is checked for the specified tags | None Int16 Fbl.TypedFormId |
||
Output ➡️ |
A boolean value indicating whether the form has the specified tags. | Bool |
||
Tags |
Yes | The tags to check for. | None |
[Any] &[Any] |
All |
No | Check if all tags are present. If set to false, it will check if any tag is present. | true |
Bool |
Checks if the specified form has the given tags. Supports checking if all specified tags are present or if any of the tags are present.