Skip to content
Discussion options

You must be logged in to vote

After some trial and error, in the end this is the setup I'm happy with:

sequence:
  - alias: Collect a Postcard
    data_template:
      strategy: mystery
      best_guess_confidence: 20
      share_media: false
      postcard: "{{ trigger.event.data.postcard }}"
      sighting: "{{ trigger.event.data.sighting }}"
    enabled: true
    action: birdbuddy.collect_postcard
  - alias: Download images
    repeat:
      count: "{{ trigger.event.data.sighting.medias | length }}"
      sequence:
        - action: downloader.download_file
          metadata: {}
          data:
            overwrite: true
            url: >-
              {{ trigger.event.data.sighting.medias[repeat.index - 1].con…

Replies: 3 comments 10 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
10 replies
@jhansche
Comment options

@fishy
Comment options

@jhansche
Comment options

@fishy
Comment options

Answer selected by fishy
@jhansche
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #96 on March 06, 2026 03:40.