Error GF getting count of a view
I have a view in podio with "actual week" filter and another, in the next week this view change to 0 in podio, but getting view in globiflow get all items of last week. sorry for my bad english
-
You can do this directly in Podio Workflow Automation (formerly called "Globiflow") using a for/continue loop and a variable that you increment with each iteration of the loop.
Or you can use the Procfu extension and this script: http://www.procfu.com/script.php?s=app_get_view_total.pf
Using Procfu is a lot more efficient, especially if the number of items in the view is large.
-
Yes, in procfu it gives me the correct number, I even have an api on my server and I also get the number right, the problem is when I try with a for / continue loop from globiflow with a variable that increments, it takes me not only the items from the current week but also those of the previous week
Please sign in to leave a comment.
Comments
4 comments