I want to display text to a service request approver that appears only in the approval request, for a specific service request template.
Ideally this would be only until the request has been approved.
A colleague suggested I use a visible expression so it only appears after the SR has been submitted, using the recid but that doesn't work as it always displays:
[parent.]RecID != ""
I tried also where the logged in user is the same as the approver, but if the approver is also the requestor it displays before the SR has been submitted:
CurrentLoginId() == Authoriser_SSO
Any ideas please?