I have the following array:
I have the following array:
This may work for you (if I understand correctly):
The code on the left side of the filter array is:
length(split(item()['Value'], '|'))
All that is happening is any entry within the array that does not contain 3 values delimited by a pipe symbol in the value property is removed. Which leaves you with one entry in the array:
[
{
"ID": "27",
"Value": "ICT|f7df09b2-e931-4a27-a2cc-975440062d12;Quality and Safety|90ceaeb1-7dfb-466c-a292-532e9725a6eb"
}
]
The the final compose just gets the first entry in the array which is your object.
Blog: tachytelic.net
YouTube: https://www.youtube.com/c/PaulieM/videos
If I answered your question, please accept it as a solution 😘
Michael E. Gernaey
566
Super User 2025 Season 1
David_MA
516
Super User 2025 Season 1
stampcoin
492