Hi,
I am using Magic Chunks in Azure Devops to update appsettings.json config for my ASP.NET Core project.
I tried to paste a JSON text of size > 2500 character but got the following message:
This input does not support more than 2,500 characters. The pasted content has been clipped.

Can you please increase the max length of this text area!
I tried to split my transformations into 2 tasks as follows:

but got the following error on the second task when running the build:
