Hi
I'm trying to update the out of the box ‘probation period’ field in Human Resources module via a Logic App.
Steps:
1. List EmploymentEmployee entity where PersonnelNumber eq ‘xxx’ and EmploymentStartDate eq ‘xxx’
2. Update a record operation - Using the result returned from (1) to build the Object id which is a combination of the following: PersonnelNumber, LegalEntityId, EmploymentStartDate, EmploymentEndDate, ValidFrom, ValidTo
Update Probation period field
Operation is showing as successful and returning the expected probation period.
When I query the same record in logic app, it's also showing that date so that means it's written in the database, but it's not showing up in the UI.
*I have renamed the ‘probation period’ to ‘probation end date’ in the form.
Really appreciate if someone can answer this query. Thanks in advance.

Report
All responses (
Answers (