Zoho Backstage to CRM (using Flow)

Zoho Backstage to CRM (using Flow)

Seeking some assistance re trying to obtain Custom Form Data from Backstage into the CRM. 

Webhooks dont seem to work properly within Backstage but the integration into Zoho Flow is decent as it captures the data I need, but Custom Form Data I am unable to pull off into a relevant field to parse into the CRM. 

Example JSON below. 

How can I take any of the fields in yellow and get them into a relevant field, I've tried ${webhookTrigger.customFormData[0].formData.2295000000060705} yet it isnt grabbing the data (in this case as below it should be "Testingwh" in addition to this, it isnt an available variable, Ive tried to set one and still have the same issue

{
	"webhookTrigger": {
		"customFormData": [
			{
				"lastModifiedTime": "2022-12-14T13:16:18.166Z",
				"createdBy": null,
				"lastModifiedBy": null,
				"createdTime": "2022-12-14T13:16:18.166Z",
				"formData": {
					"2295000000060707": "£100,000 - £149,999",
					"2295000000010050": "testemail@email.com",
					"2295000000010040": "Anthony",
					"2295000000060794": true,
					"2295000000010045": "James-Smith",
					"2295000000010055": "07825162446",
					"2295000000060797": true,
					"2295000000060600": "Testingf2",
					"2295000000060757": "3 - 6 months",
					"2295000000060705": "Testingwh"
				},