I have the above expression rule, and when I call it in my interface I am getting the value of [ID:7]. Is there a way to only return the integer value of 7? I'm sure this is probably an easy fix, I'm just very new to this
Discussion posts and replies are publicly visible
wrap this into an index function
index(a!query(your-query).data,"ID",{})
thank you so much!