How to choose position on captured list BrowseAI

Hello community ^^,

I’ve been looking for the answer for a while, I had already opened a topic on this subject, unfortunately it was closed even though I had asked a new question, so I’m re-opening a topic to ask you today,

Here is a screen of the BrowseAI Output bundle :

And here are the Discord text settings :

I would like to know how to choose the position in the BrowseAI captured list because I can’t choose it in the Dicord text parameter and it’s blocking me ^^’

Thank you for your attention, hoping for positive feedback;

The Output Bundle of BrowseAI :

[
{
“task”: {
“id”: “b9643da3-eb5c-4e8a-b27a-3100666c0dbc”,
“status”: “successful”,
“createdAt”: 1701165694030,
“finishedAt”: 1701165749554,
“retriedOriginalTaskId”: null,
“retriedTaskId”: null,
“retriedByTaskId”: null,
“startedAt”: 1701165706452,
“robotId”: “442a9cd5-403e-4c7d-9341-cf0a247e76c8”,
“triedRecordingVideo”: false,
“robotBulkRunId”: null,
“runByAPI”: false,
“runByTaskMonitorId”: null,
“runByUserId”: “891dbfad-2ccf-41db-822a-6c58ced350bf”,
“userFriendlyError”: null,
“inputParameters”: {
“originUrl”: “Calendrier économique en temps réel - Investing.com”,
“toutes_les_infos_3_limit”: 10
},
“videoRemovedAt”: null,
“videoUrl”: null,
“capturedDataTemporaryUrl”: null,
“capturedTexts”: {},
“capturedScreenshots”: {},
“capturedLists”: {
“Toutes les infos 3*”: [
{
“_STATUS”: “UNCHANGED”,
“Position”: “1”,
“Une Ligne”: “Mardi 28 novembre 2023”
},
{
“_STATUS”: “UNCHANGED”,
“Position”: “2”,
“Une Ligne”: “16:00\t USD\t\tConfiance des consommateurs - Conference Board (Nov.)\t \t101,0\t102,6”
},
{
“_STATUS”: “UNCHANGED”,
“Position”: “3”,
“Une Ligne”: “17:00\t EUR\t\tDiscours de Lagarde, Présidente de la BCE”
}
]
}
},
“event”: “task.finishedSuccessfully”
}
]

Hey @Trader

Assuming you are trying to get the ‘Une Ligne’ variable when the ‘position’ is ‘3’, here is the expression that you would use:

You can edit the expression accordingly depending on what you are looking to get. I hope this helps you.

3 Likes