Hi Vamsidhar,
It is not posibble to have nested ‘if else’ statements within JSON, since this data format does not support this.
However, what you can do is build your data model in a microflow, and select the data you want to fill in your microflow using ‘if else’ statements (or splits).