Hi @SeanK-W There’s a more easier workaround.
Create a new form and add a description field there. Make sure that the new form, accepts input. So now what you can do is craft a template in the description with whatever values you want to display. Example attached below
Display Name: {{$.form.input.displayName}}
Login ID: {{$.form.input.loginId}}
Directory Key: {{$.form.input.directoryKey}}
P.S this for for more information on inline variables in forms: Forms - SailPoint Identity Services
So the process will be:
You submit the first form → Workflow will read the data and get the identity information using get Identity (Action) → Then you pass the required information into the next form, using workflow → And you can see the data like you are validating.
P.S the image below on how it looks.