Skip to main content
Nintex Community Menu Bar
Question

Adding '&' to the tab name throws an error

  • July 10, 2024
  • 2 replies
  • 25 views

Forum|alt.badge.img+4

I have a tab set and if I add ‘&’ to the tab label; skuid throws an error - Invalid XML…

2 replies

Forum|alt.badge.img+10

TJ,

Replace your ‘&’ with ‘&’.

It will work if the ‘&’ is url encoded.

Thanks,

Bill


Forum|alt.badge.img+4

The rendered XML was showing '&' so didn't bother to change it in the builder. Anyways, replacing '&' with '&' worked; thank you!