
| Create a new record on change of a field in account and open this record in new window. |
Hi Chetna Gagneja,
This can be achieved by JS.
First, create a on change event on that field. Reference: Adding an OnChange Script Programmatically in Dynamics 365 Power Apps - Carl de Souza
Next, create a new record in JS. Reference: https://docs.microsoft.com/en-us/power-apps/developer/model-driven-apps/clientapi/reference/xrm-webapi/createrecord
Finally, open the form of that record. Reference: https://docs.microsoft.com/en-us/power-apps/developer/model-driven-apps/clientapi/reference/xrm-navigation/openform