Hi guys! 😄
I have these lines that I drew from a .csv and they always come with these " " empty at the end, and this is breaking my flow. Does anyone know how to filter or remove them?
Thank u!
Solved! Go to Solution.
HI guys!
I found a very simple solution. I managed to solve it like this: using empty (item ()) is equal to false.
@equals(empty(item()), false)
Just look at the exits, It worked really well:
I hope this may help you guys, thanks! 😄
Hello @carudev ,
if it's always exactly 1 empty item in the array at the end, I'd use the take(...) expression to take from the array only lenght-1 number of items.
like this, but I'm not sure about the dynamic content format, you might need to replace it:
take(outputs('Matriz_do_filtro'),sub(length(outputs('Matriz_do_filtro')),1))
HI guys!
I found a very simple solution. I managed to solve it like this: using empty (item ()) is equal to false.
@equals(empty(item()), false)
Just look at the exits, It worked really well:
I hope this may help you guys, thanks! 😄
what's the format for rows?
The element she used is called "Filter Array" / "Matriz do Filtro" (in PT-BR).
It works quite well. Thanks!
User | Count |
---|---|
89 | |
41 | |
22 | |
20 | |
16 |
User | Count |
---|---|
131 | |
51 | |
48 | |
36 | |
26 |