Capture number of items in app automatically

Comments

3 comments

  • Rainer Grabowski

    Hi Egil,

    that's possible.
    First create a view in your given app: Status = Active
    Then build a By Day or Date flow (at the top of the flows tree).
    Set the filter to if weekday = Monday, set the time the flow should run (e.g: 00:15)
    Then:
    Get view from Given App, select the view where the Active items are in
    Add a custom variable
    sum = 0;
    For Each Ref Item(s)
    sum = [(Variable) sum] + 1]
    Continue
    Create new Item in App Backlog
    number field = Value [(Variable) sum]

    0
    Comment actions Permalink
  • Bill Carovano

    Another option would be to use this function provided by the Procfu extension to PWA: 

    http://www.procfu.com/scripts/?s=app_get_view_total.pf

    0
    Comment actions Permalink
  • Egil Rødevand

    That works, thank you Rainer :) 

    I will check out this option as well, Bill. 

    0
    Comment actions Permalink

Please sign in to leave a comment.

Powered by Zendesk