Please enhance the Unily connector so that content marked as Hidden in Unily is not ingested or used by Moveworks, even if it is published.
Current Behavior
Content with isHidden: true is still ingested because the connector filters on isPublished and isTrashed, but does not currently account for the Hidden flag.
Why This Matters
We use the Hidden status in Unily to:
- Temporarily disable content
- Prepare content for future release
- Quickly turn features/widgets on or off
Ingesting Hidden content causes unintended exposure of content that is intentionally suppressed.
Expected Behavior
Content marked as Hidden in Unily should be excluded from Moveworks ingestion and usage.