Skip to main content
Nintex Community Menu Bar

new render condition: another component is rendered

  • July 8, 2024
  • 1 reply
  • 6 views

Forum|alt.badge.img+18

It would be nice to be able to set a component to render based on whether another component is rendered. A picklist of the unique ids of compomenents on the page by component type would be nice here.

This topic has been closed for replies.

1 reply

Forum|alt.badge.img+18
  • Author
  • July 8, 2024

Tried this with a ‘snippet returns true’ rendering snippet like this:

return !skuid.$C('MyComponent').isRendered;


But this fails to render the component. Probably has something to do with the order of things happening when the page is being built in runtime.