Hi @DamoBird365
i've finally found a way by using "Filter array" component.
But now i'm facing another problem. I'm using AI Builder to scan PDF file. Here's a sample of the scan output
{
"@odata.type": "#Microsoft.Dynamics.CRM.expando",
"text": "Section cadastrale :",
"boundingBox": {
"@odata.type": "#Microsoft.Dynamics.CRM.expando",
"left": 0.5460617868076816,
"top": 0.29067758927349846,
"width": 0.1341981388932587,
"height": 0.0081577507182925,
"polygon": {
"@odata.type": "#Microsoft.Dynamics.CRM.expando",
"coordinates@odata.type": "#Collection(Microsoft.Dynamics.CRM.crmbaseentity)",
"coordinates": [
{
"@odata.type": "#Microsoft.Dynamics.CRM.expando",
"x": 0.5460617868076816,
"y": 0.29067758927349846
},
{
"@odata.type": "#Microsoft.Dynamics.CRM.expando",
"x": 0.6802599257009403,
"y": 0.29067758927349846
},
{
"@odata.type": "#Microsoft.Dynamics.CRM.expando",
"x": 0.6802599257009403,
"y": 0.29883533999179096
},
{
"@odata.type": "#Microsoft.Dynamics.CRM.expando",
"x": 0.5460617868076816,
"y": 0.29883533999179096
}
]
}
}
},
{
"@odata.type": "#Microsoft.Dynamics.CRM.expando",
"text": "AB n°621",
"boundingBox": {
"@odata.type": "#Microsoft.Dynamics.CRM.expando",
"left": 0.5457350645578964,
"top": 0.30840402243809,
"width": 0.06258546206996696,
"height": 0.008106444110001387,
"polygon": {
"@odata.type": "#Microsoft.Dynamics.CRM.expando",
"coordinates@odata.type": "#Collection(Microsoft.Dynamics.CRM.crmbaseentity)",
"coordinates": [
{
"@odata.type": "#Microsoft.Dynamics.CRM.expando",
"x": 0.5457350645578964,
"y": 0.30840402243809
},
{
"@odata.type": "#Microsoft.Dynamics.CRM.expando",
"x": 0.6083205266278634,
"y": 0.30840402243809
},
{
"@odata.type": "#Microsoft.Dynamics.CRM.expando",
"x": 0.6083205266278634,
"y": 0.3165104665480914
},
{
"@odata.type": "#Microsoft.Dynamics.CRM.expando",
"x": 0.5457350645578964,
"y": 0.3165104665480914
}
]
}
}
}
The first object begins every time with "Section cadastrale" but the second object contain an ID which is different on every PDF file.
My question is. How can i do to get the next object to "Section cadastrale" ?
Thanks for help