open-media-picker
This action lets you immediately open the media picker, enabling you to capture images and videos or select media files, then output the selected files.
Core structure | |
---|---|
title | Provide a short title to display on the action button. You can use text, an expression or a datasource to set the title. |
mediaType | By default the value is set to image. The following options are available for selection:
|
Other options | |
---|---|
icon | |
imageCropping | You can set any of the following with imageCropping : isEnabled - allows you to crop an image. height - maximum allowed is 5000px. width- maximum allowed is 5000px. isFreeStyleCropEnabled - when set to true it supports custom cropping to change the size or aspect ratio of an image. |
imageQuality | Image quality after compression (from 0 to 100, where 100 is the best quality). On iOS, values larger than 80 don't produce a noticeable quality increase in most images, while a value of 80 will reduce the file size by about half or less compared to a value of 100. Default: 100 (Android)/ 80 (iOS). |
isHidden | When set to true the action button is hidden. |
isMultiple | Set to true allows for multiple files to be added or shown. Set to false allows for a single file. |
maximumFileSize | maximumFileSize =6 * 1024 * 1024 by default. Set the value to none if no size evaluations must be performed. File size format is in bytes. Applies to images and videos. |
style | Add styling to the action button. More than one can be set to true, evaluation is based on priority.
|
Outputs | Key | Notes |
---|---|---|
=@ctx.actions.instanceId.outputs. | newItems | string[] Used for newly added items that were successfully uploaded. |
=@ctx.actions.instanceId.outputs. | invalidItems | string[] Used for options that are invalid or failed to upload successfully. |