Hello 
I'm not sure if the description captures exactly what I need to do, but I'll try to describe it somehow neatly.
I've created custom cascade (dropdown) field with Building and Tenants, for every building there is a list of available tenants - simple.
But now, based on the values from the cascade parent field (building) I would like to change some fields in the form.
We select Building1, based on this selection we change the value:
- Custom field with ID based on Parent Value = 1
- Another Custom Field based on Parent Value = 111
Once we select a building, the list of tenants is limited, we select a tenant/client from this list and based on this selection, say TenantA and I would like to change additionally another fields in the form:
- Custom Field with ID based on Child Value = A
- Another Custom Field based on Child Value = AAA
- Assign Agent
I know I could do this with automation and a huge ELSE IF list, but I would like to know if there is a better/faster/smarter method for this.
