I am setting up a Bridge integration to pull a utilisation report from RM. The report i'm building needs to among others include filter on a custom field. In the configuration panel it tells me I need to add the ID of the custom field. Running the workflow with all the rest of the filters works as expected, so the issue is entirely in finding the ID i need to enter.
Reading the documentation it implies that for this I can simply add the name of the custom field (in this case Department), but running the workflow throws an error that the field cannot be found.
I've tried using the List User element, but the JSON i get back makes no mention of the custom fields associated with that user, even though it's set.
Can anyone advise and put me out of the most likely simple step i'm missing here? 🙏