Hi,
We use some HR software and I need to get out of the HR software using webhooks a specific number that I can then use in another application to create Holiday appointments in a schedule.
When the request is recieved into flow it just dumps like this
[{"key":"{\"ActionId\":\"6\",\"Action\":\"Holiday Deleted\",\"EmployeeId\":\"36\",\"HolidayType\":\"A day or more\",\"StartDate\":\"2019-10-21\",\"EndDate\":\"2019-10-21\",\"HolidayRecordedIn\":\"Days\",\"PartOfDay\":\"\",\"StartDatePartOfTheDay\":\"\",\"EndDatePartOfTheDay\":\"\",\"Duration\":\"1.00\",\"Comments\":\"TEST DONT APPROVE\",\"IsToilHoliday\":\"No\"}","value":""}
So i wanted to convert this to a string which I'm doing but I have no idea what the best way of getting the employee ID value is in Flow? In this case I just want "36" returned but it could be any number depending on the employee.
Thanks