@eliotcole @wskinnermctc @eskay @AlexEncodian Thank you very much for your replies. I'm giving you the text below, to be more specific. The part I want to extract is in bold and it appears two times within the text. I only need one of the instances, it doesn't matter which one.
{"@odata.type":"#Microsoft.Dynamics.CRM.expando","displayName":"CityDetails","entries@odata.type":"#Collection(Microsoft.Dynamics.CRM.crmbaseentity)","entries":[{"@odata.type":"#Microsoft.Dynamics.CRM.expando","Details":{"@odata.type":"#Microsoft.Dynamics.CRM.expando","value":"Utility - (2.245.985,48-7.546.617,04)-(2.059.932,98-","displayName":"Details","fieldType":"string","text":"Utility - (2.245.985,48-7.546.617,04)-(2.059.932,98-","location":{"@odata.type":"#Microsoft.Dynamics.CRM.expando","pageNumber":1,"boundingBox":{"@odata.type":"#Microsoft.Dynamics.CRM.expando","left":0.0417478438782518,"top":0.4707381475522014,"width":0.3757306021169195,"height":0.013254184496480192,"polygon":{"@odata.type":"#Microsoft.Dynamics.CRM.expando","coordinates@odata.type":"#Collection(Microsoft.Dynamics.CRM.crmbaseentity)","coordinates":[{"@odata.type":"#Microsoft.Dynamics.CRM.expando","x":0.0417478438782518,"y":0.4707381475522014},{"@odata.type":"#Microsoft.Dynamics.CRM.expando","x":0.4174784459951713,"y":0.4707381475522014},{"@odata.type":"#Microsoft.Dynamics.CRM.expando","x":0.4174784459951713,"y":0.4839923320486816},{"@odata.type":"#Microsoft.Dynamics.CRM.expando","x":0.0417478438782518,"y":0.4839923320486816}]}}}}},{"@odata.type":"#Microsoft.Dynamics.CRM.expando","Details":{"@odata.type":"#Microsoft.Dynamics.CRM.expando","value":"7.458.419,03) = 97.854,49 kWh (Company Country SRL:","displayName":"Details","fieldType":"string","text":"7.458.419,03) = 97.854,49 kWh (Company Country SRL:","location":{"@odata.type":"#Microsoft.Dynamics.CRM.expando","pageNumber":1,"boundingBox":{"@odata.type":"#Microsoft.Dynamics.CRM.expando","left":0.04235288451895699,"top":0.4835648079623782,"width":0.3811759678832663,"height":0.012826619635347425,"polygon":{"@odata.type":"#Microsoft.Dynamics.CRM.expando","coordinates@odata.type":"#Collection(Microsoft.Dynamics.CRM.crmbaseentity)","coordinates":[{"@odata.type":"#Microsoft.Dynamics.CRM.expando","x":0.04235288451895699,"y":0.4835648079623782},{"@odata.type":"#Microsoft.Dynamics.CRM.expando","x":0.42352885240222327,"y":0.4835648079623782},{"@odata.type":"#Microsoft.Dynamics.CRM.expando","x":0.42352885240222327,"y":0.49639142759772564},{"@odata.type":"#Microsoft.Dynamics.CRM.expando","x":0.04235288451895699,"y":0.49639142759772564}]}}}}},{"@odata.type":"#Microsoft.Dynamics.CRM.expando","Details":{"@odata.type":"#Microsoft.Dynamics.CRM.expando","value":"30.11.2023)","displayName":"Details","fieldType":"string","text":"30.11.2023)","location":{"@odata.type":"#Microsoft.Dynamics.CRM.expando","pageNumber":1,"boundingBox":{"@odata.type":"#Microsoft.Dynamics.CRM.expando","left":0.04235288451895699,"top":0.5070803044770681,"width":0.0828906435094717,"height":0.014964443941011263,"polygon":{"@odata.type":"#Microsoft.Dynamics.CRM.expando","coordinates@odata.type":"#Collection(Microsoft.Dynamics.CRM.crmbaseentity)","coordinates":[{"@odata.type":"#Microsoft.Dynamics.CRM.expando","x":0.04235288451895699,"y":0.5070803044770681},{"@odata.type":"#Microsoft.Dynamics.CRM.expando","x":0.1252435280284287,"y":0.5070803044770681},{"@odata.type":"#Microsoft.Dynamics.CRM.expando","x":0.1252435280284287,"y":0.5220447484180794},{"@odata.type":"#Microsoft.Dynamics.CRM.expando","x":0.04235288451895699,"y":0.5220447484180794}]}}}}},{"@odata.type":"#Microsoft.Dynamics.CRM.expando","Details":{"@odata.type":"#Microsoft.Dynamics.CRM.expando","value":"97.854,49 kWh) x 0,69351CUR [#HBC3-electric] (01.11.2023 -","displayName":"Details","fieldType":"string","text":"97.854,49 kWh) x 0,69351CUR [#HBC3-electric] (01.11.2023 -","location":{"@odata.type":"#Microsoft.Dynamics.CRM.expando","pageNumber":1,"boundingBox":{"@odata.type":"#Microsoft.Dynamics.CRM.expando","left":0.04235288451895699,"top":0.49553633865028957,"width":0.4235288415832432,"height":0.014109314218745728,"polygon":{"@odata.type":"#Microsoft.Dynamics.CRM.expando","coordinates@odata.type":"#Collection(Microsoft.Dynamics.CRM.crmbaseentity)","coordinates":[{"@odata.type":"#Microsoft.Dynamics.CRM.expando","x":0.04235288451895699,"y":0.49553633865028957},{"@odata.type":"#Microsoft.Dynamics.CRM.expando","x":0.4658817261022002,"y":0.49553633865028957},{"@odata.type":"#Microsoft.Dynamics.CRM.expando","x":0.4658817261022002,"y":0.5096456528690353},{"@odata.type":"#Microsoft.Dynamics.CRM.expando","x":0.04235288451895699,"y":0.5096456528690353}]}}}}}],"columns@odata.type":"#Collection(Microsoft.Dynamics.CRM.crmbaseentity)","columns":[{"@odata.type":"#Microsoft.Dynamics.CRM.expando","name":"Details"}]}
The date (which I want to extract) varies, so it's not the same in all texts. The reason I tried to extract it using a delimiter/index that is after it (on the right side of the date) and not before it (on the left side of the date) is because the delimiters/indices after it repeat multiple times in the text.