Hi All,
I created an Element Connect field (Employee ID) and 3 additional field (state, Manager, Sponsor). I want to populate the 3 fields based on the EC field. Below is the json we use
{
"Name": "John Doe",
"Employee ID": "Z12345",
"startDate": "2021-01-01T00:00:00Z",
"endDate": "2022-12-31T00:00:00Z",
"State": {
"id": "permanent"
},
"Manager": {
"sid": "X12345"
},
"Sponsor": [
{
"sid": "Y12345"
}
]
}
So if I select Employee ID Z12345, State should have permanent, Manage as X12345 and Sponsor as Y12345 automatically populated. Is this possible?
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.