Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Populate Fields based on Element Connect fields

Joel Batac
Contributor
November 6, 2023

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?

0 answers

Suggest an answer

Log in or Sign up to answer