Get Latest Live Photos / GetLatestLivePhotos (internally is.workflow.actions.getlatestlivephotos
)
This action requires that Shortcuts has permission to use WFPhotoAccessResource.
description
summary
Gets the most recent Live Photos from the camera roll.
usage
GetLatestLivePhotos number
arguments
WFGetLatestPhotoCount: Stepper Number (Docs)
Default Value: 1
Allows Variables: true
Accepts a number
or variable
with a number.
source json (for developers)
{
"ActionClass": "WFGetLatestPhotosAction",
"ActionKeywords": [
"camera",
"roll",
"picture",
"photo",
"animated"
],
"Category": "Photos & Video",
"CreationDate": "2015-12-08T08:00:00.000Z",
"Description": {
"DescriptionSummary": "Gets the most recent Live Photos from the camera roll."
},
"IconName": "LivePhotos.png",
"Name": "Get Latest Live Photos",
"Output": {
"Multiple": true,
"OutputName": "Latest Live Photos",
"Types": [
"PHAsset"
]
},
"Parameters": [
{
"Class": "WFStepperParameter",
"DefaultValue": 1,
"Key": "WFGetLatestPhotoCount",
"StepperDescription": "Number of Live Photos",
"StepperNoun": "Live Photo",
"StepperPluralNoun": "Live Photos"
}
],
"RequiredResources": [
"WFPhotoAccessResource"
],
"ShortName": "Get Live Photos",
"Subcategory": "Photos",
"WFGetLatestPhotosActionType": "Live Photo"
}