I created a custom connector with more than 8 actions which requires the user to click 'see more' in order to access the 9th and beyond actions. When the user selects 'See More' the following page is blank, no actions are listed. My tags match, and I have x-ms-visibility set to 'important' on all of the actions. What am I missing?
This usually happens when the actions are not grouped correctly in the connector definition. The “See more” panel relies on proper tags, not just x-ms-visibility.
Make sure all your actions have valid and consistent tags defined in the OpenAPI file, and that each action references one of those tags. Also check that none of the actions are marked as internal and that all operationIds are unique.
If everything looks correct, try re-saving or re-importing the connector, as the UI can sometimes cache the old definition.
✅ If this answer helped resolve your issue, please mark it as Accepted so it can help others with the same problem.
👍 Feel free to Like the post if you found it useful.
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.