# Failed to Load Subscription Actions

If you see an error after selecting a subscription and clicking Next instead of a dropdown with the available actions, verify input parameters of the **Get Subscription Actions** Apex class in the flow builder.

**Manage Subscriptions** flow triggers **Get Subscription Actions** Apex class and passes down properties from the selected subscription record. Make sure that the following properties are included and mapped correctly from the **selectedSubscription** variable:\
\
\- endDate

\- hasDelivery

\- isAutoRenewable

\- isGift

\- isGiftRefundable

\- offerPath

\- offerProducts

\- offerTermLength

\- offerTermType

-status

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


---

# Agent Instructions: 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.limio.com/integrations/using-limio-for-salesforce/troubleshooting/failed-load-actions.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.
