
Want to replace 'New Notification Template" with other name.
Hi,
We can not control the Header name Value.
One thing we can try when form type is create you can hide header using below method:
formContext.ui.headerSection.setBodyVisible(bool);
Link for above method:
https://docs.microsoft.com/en-us/powerapps/developer/model-driven-apps/clientapi/reference/formcontext-ui-headersection/setbodyvisible
Once record gets created then display it again. and To set custom name, You can add any custom logic on create of same entity using workflow, plugin etc.
Thanks,
Pradeep.
Please mark this as VERIFIED, If it helps.