> For the complete documentation index, see [llms.txt](https://docs.powerdevbox.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.powerdevbox.com/autoreview/files/csv-files.md).

# CSV Files

Creates csv exports of the following collections of data:

* Actions
* Variables
* Connection References

<figure><img src="/files/ZGBtpaJQAeGx378TLz45" alt="" width="381"><figcaption></figcaption></figure>

<figure><img src="/files/zrlhD9nB0IuQYIwElOU1" alt=""><figcaption></figcaption></figure>

### Actions

| Field          | Description                                                                        | Example                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| -------------- | ---------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Name           | Action name                                                                        | Send\_an\_email\_from\_a\_shared\_mailbox\_(V2)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| Step           | Action                                                                             | SharedMailboxSendEmailV2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| Type           | Action Type                                                                        | OpenApiConnection                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| MetaID         | Action ID                                                                          | 1dafa9cb-455e-42fc-8445-4187dfa32fa5                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| HashId         | As action id not uique, creates unique ref for flow                                | 1dafa9cb-455e-42fc-8445-4187dfa32fa5###32                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| Tier           | Premium or Standard                                                                | Standard                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| Connector      | Connection group                                                                   | shared\_office365                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| Connector Img  | Icon url                                                                           | <https://connectoricons-prod.azureedge.net/releases/v1.0.1664/1.0.1664.3477/sharepointonline/icon.png>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| Run After      | What the action runs after and method                                              | Store\_on\_Exception\_list: Succeed                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| Exception      | Does the runAdter include 'Failed'                                                 | Non-Exception                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| Index          | Order action processed (this is the order the actions are created in the designer) | 4                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| Complexity     | Complexity score                                                                   | 3                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| Detail         | Stringified json of the actions inputs                                             | {"emailMessage/MailboxAddress":"<ECSO_waste@tjxeurope.com>","emailMessage/To":"@variables('sEmail')","emailMessage/Subject":"Wasted Journey Notification – Store @{items('Apply\_to\_each')?\['store']} @{items('Apply\_to\_each')?\['postcode']}","emailMessage/Body":"\n@{if(equals(items('Apply\_to\_each')?\['img'],'Yes')\r\n,\r\n\treplace(\r\n\t\toutputs('Update\_email\_YTD')\r\n\t,\r\n\t\t'\[Photo]'\r\n\t,\r\n\t\t'\*See attached picture taken.'\r\n\t)\r\n,\r\n\treplace(\r\n\t\toutputs('Update\_email\_YTD')\r\n\t,\r\n\t\t'\[Photo]'\r\n\t,\r\n\t\t''\r\n\t)\r\n)}\ \n","emailMessage/Attachments":"@variables('aImages')","emailMessage/ReplyTo":\\<mail@mail.com>"} |
| Filter         | Get Items filter parameter                                                         | Title eq 'Hello'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| Pagination     | Get Items pagination threshold                                                     | 1000                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| Secure Data    | Secure properties                                                                  | {"properties":\["inputs","outputs"]}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| Retry Policy   | Retry type                                                                         | exponential                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| Timeout        | Timeout time                                                                       | P1D                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| Internal/Route | Is it inside a container                                                           | internal                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| Previous       | Previous action                                                                    | \|Compose\|                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| Notes          | Action notes                                                                       | This is a note                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| Parent         | Container action                                                                   | Switch                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| Previous ID    | Id of Previous action                                                              | \|3                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| Previous Type  | Previous action type                                                               | \|SetVariable                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| Nests          | Levels of nesting                                                                  | 1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |

### Variables

<table><thead><tr><th width="173">Key</th><th width="338">Description</th><th width="873">Example</th></tr></thead><tbody><tr><td>Name</td><td>Variable name</td><td>aTestVar</td></tr><tr><td>Type</td><td>Type of variable</td><td>array</td></tr><tr><td>Value</td><td>initialised Value</td><td>['a','b']</td></tr><tr><td>Used</td><td>Is the variable used</td><td>FALSE</td></tr><tr><td>Local</td><td>Does variable follow naming convention</td><td>TRUE</td></tr></tbody></table>

### Connection References

<table><thead><tr><th width="158">Key</th><th width="317">Description</th><th width="873">Example</th></tr></thead><tbody><tr><td>Name</td><td>Connection name</td><td> shared_excelonlinebusiness,</td></tr><tr><td>AppId</td><td>Connection id url</td><td> /providers/Microsoft.PowerApps/apis/shared_excelonlinebusiness,</td></tr><tr><td>OpId</td><td>Conntion type</td><td> RunScriptProd,</td></tr><tr><td>Count</td><td>Count of connection usage</td><td>1</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.powerdevbox.com/autoreview/files/csv-files.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
