if you set event handler already, you can retrieve field code from string of event type.
Then, you can split by string of “change.”, returns array that have 2 elements,[‘app.record.create.’,‘XXX’].
It useful for many field change event at the same time like below.
I could not to understand your purpose why you asked about this topic, I answered in my interpretation.
Is there a way to get the field code from the events.change.field object itself?
なぜ必要なのか:
The company made a very large form, around 400 fields. Many of it appears conditionally based on selected value from radio or dropdown fields.
They also change these conditions often.
I want to streamline this by using a json file as a settings file where I can define the visibility based on the choice.