Hello,
We have an action with this json as an output:
{
"data": [
{
"value_id": 311,
"position": 0,
"is_enabled": 0,
"is_default": 0,
"value": "JOB00010 - Remodelación de área de recepción"
},
{
"value_id": 312,
"position": 1,
"is_enabled": 1,
"is_default": 0,
"value": "JOB00020 - Decorar sala de conferencias"
},
{
"value_id": 313,
"position": 2,
"is_enabled": 1,
"is_default": 0,
"value": "JOB00030 - Muebles de oficina nuevos"
},
{
"value_id": 314,
"position": 3,
"is_enabled": 0,
"is_default": 0,
"value": "TST - aitor"
},
{
"value_id": 315,
"position": 4,
"is_enabled": 0,
"is_default": 0,
"value": "BETEA - BEETA"
},
{
"value_id": 316,
"position": 5,
"is_enabled": 1,
"is_default": 0,
"value": "ABIERTO - abierto"
},
{
"value_id": 317,
"position": 6,
"is_enabled": 0,
"is_default": 0,
"value": "CERRADO - cerrado"
}
]
}
We need to get the value_id for a certaing bloc, for example, the value_id where value is "JOB00010 - Remodelación de área de recepción". Sure it's something really easy, but I'm new on creating flows and I don't have that mentality...
Thank you all