How-To: Use replace() Statement to Replace UserIsAdmin Decimal Values with Human-Readable Values

| replace(field=UserIsAdmin, regex="1", with="True")
| replace(field=UserIsAdmin, regex="0", with="False")