Hi, I need some help!
So, what I want is, when a user clicks on an element, I want to record that as a click in the database. I tried the below workflow but it doesn’t work.
Type of the clicks field is number.
What happens is, when there is zero clicks and someone clicks on that element, 1 is added to the clicks field but after that it doesn’t change. It’s just one.
I tried this: current cell’s User’s clicks_candidate * 2
and the result I got was 0 which means current cell’s User’s click_candidate is 0
I don’t understand where I am wrong please help!