Can I pass a boolean as a string?

Hey everyone,

So I am working with a lot of integrations currently and one of the values we pass is an AD boolean “wfh”. It makes it all the way up to the Universal Profile, but I am trying to pass it to an app as a string so it displays “true” or “false”.

I did not see anything under expressions page to see if I could convert booleans with a .tostring, does anyone know if this is possible?

Thanks

Could you use an IF expression to define the string value from the Boolean parameter