Gift Digest stopped working

Options

My Gift digest suddenly stopped working. It was functioning fine but suddenly it is failing.

It appears to be failing at the “Count” condition even though I can see it is pulling in the gifts and the number is above the condition threshold. Also, I ran a version without the count condition and it failed at first “For Each”.

I did attempt to change the font but that action is way at the bottom so I don't think it would cause a failure above it.

Any ideas of what could have caused it to fail now when it previously ran fine?

Comments

  • Austen Brown
    Austen Brown Community All-Star
    Ninth Anniversary Kudos 5 Name Dropper Participant

    @Susan Fioribello - On the recent run that had a failure on the “count condition” what was the additional detail provided by PA for the failure? Can you share a screenshot or zip file of your flow?

  • @Austen Brown

    Here is a screen shot of where it fails:

    5b4f926af2b20341a0419a14f816d832-huge-im

    Here is the screenshot with the input

    231efbe22a9b74c35889b0885bb62286-huge-im
    e7b708382bf000b783f511c6020959d9-huge-im
  • Austen Brown
    Austen Brown Community All-Star
    Ninth Anniversary Kudos 5 Name Dropper Participant

    @Susan Fioribello - Thanks for these. Can you send a screenshot of what is listed within the Conditional Control when your flow is in ‘edit mode’?

  • Alex Wong
    Alex Wong Community All-Star
    Ninth Anniversary Kudos 5 PowerUp Challenge #3 Gift Management Name Dropper

    @Susan Fioribello
    Based on your screenshot, I do not think your condition failed.

    The condition is working and gave you the expression of “true”. So you went down the “True” path.

    The For each operation also knows that you are working with 127 records to loop.

    You did not properly identify where the error really happened. It is best you try to trace down a failed for each loop and see which action inside the for each failed. It may not be the first loop item that failed. Use the >! button to go to next failed item and see which step failed and error message.

Categories