Find Pictures
Finds photos and screenshots on this phone onto a list you can loop over.
An action in the Photos group.
Its type is action.image_list.
Declared ports
Section titled “Declared ports”| Port | Label | Flow | Type |
|---|---|---|---|
in |
in | execution in | — |
out |
out | execution out | — |
folder |
Folder | data in | String |
pattern |
Names matching | data in | String |
images |
Pictures | data out | List of Object{uri: String, path: String, name: String, folder: String, mimeType: String, width: Int, height: Int, sizeBytes: Long, takenAt: String or Nothing, addedAt: String or Nothing} |
Configuration
Section titled “Configuration”| Field | Key | Default | Notes |
|---|---|---|---|
| Folder | folder |
— | — |
| Names matching | pattern |
— | — |
| Taken after | takenAfter |
— | — |
| Taken before | takenBefore |
— | — |
| Order | order |
newest |
newest, oldest |
| Most to return | limit |
50 |
— |
- access to your photos
A missing permission is flagged in the editor rather than blocking the macro — the graph is fine, the phone is not, and granting it starts the node working with no edit here at all.