# Photo Library

## Blocks

### Select Photo

![](https://689802330-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LAn5scXl2uqUJUOqkJo%2F-MYdRT2D4yUQ4P2Ok7Os%2F-MYdSMuygJ3tfBtwYs58%2FScreen%20Shot%202021-04-19%20at%2010.28.09%20AM.png?alt=media\&token=b0557e06-c0d7-4a73-9cb0-e4c48a984e46)

Opens the photo library and allows the user to select and upload a photo.

#### Outputs

| Name          | Data Type  | Data                                                           |
| ------------- | ---------- | -------------------------------------------------------------- |
| Photo         | Image      | Image the user selected                                        |
| DidUserCancel | True/False | If user cancelled action, returns `true`; else returns `false` |
| Error         | Text       | If error, returns error; else returns `null`                   |
