Re: Displaying employeeid property
Hi @CourtneyPowell ,
Are you able to choose the "employeeId" dynamic content from the parse JSON? If yes, you could use the "employeeId" dynamic content directly to get the employeeId as below:

If not, you could take a try to create the flow as below:

first(split(last(split(string(outputs('Compose_2')),'employeeId":"')),'"}'))
Best Regards,
Alice
Community Support Team _ Alice Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.