Hi every one!
Does somebody have tested JSON Object action?
I had test it and it not get any result.
JSON Object action test · Glide?
Seems like a bug to me, but is there a reason for you to use the action instead of the column?
I trying to find the way to reduce qty of needless calculation in case of Json object column.
I remember that Glide don’t calculate if is needless to show on screen, but now i just go to experimenting with another way and finding this bug.
For example, I trying to store Customers transaction data not in the row but in the text field, formatted as JSON array. In this case is more logical to do calk in an action instead a column.
Yes, i can do it in a single row helper column but it is to complicated to populate this data to a rest of app. Also, if i place it in user table is much less rows off corse. Im experimenting now