Not able to select action
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2023 03:27 AM
Hello ,
I have created one REST action( get user data) in the integration hub
I am unable to call this action in the flow. I am attaching the screenshot of the problem I am facing while selecting the action.
Kindly let me know how can I add this action on a flow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2023 03:46 AM
Hi @Vaibhav Kumar Y,
It seems that the Plugin IntegrationHub not installed in instance. Hence it is not showing the actions. Try by installing the plugins.
Thanks,
Sagar Pagar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2023 03:49 AM
Hello Sagar
I have installed all the integration Hub plugin but still it is not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2023 04:12 AM - edited 04-03-2023 04:13 AM
To add a REST action in a flow, you will need to follow these steps:
- Open the flow where you want to use the REST action.
- Drag and drop the "HTTP Request" action from the Actions panel to your flow.
- Click on the "HTTP Request" action to open its configuration panel.
- In the configuration panel, you will see various fields such as Method, URL, Headers, and Body.
- In the "Method" field, select the HTTP method (such as GET, POST, PUT, etc.) that your REST action supports.
- In the "URL" field, enter the URL of your REST action. This will typically be the endpoint URL of the REST API.
- In the "Headers" field, you can add any headers that your REST action requires.
- In the "Body" field, you can add any data that your REST action requires.
- Once you have configured the "HTTP Request" action, you can connect it to other actions in your flow as needed.
Please make sure that you have properly set up your REST action in the Integration Hub before attempting to use it in the flow
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2023 04:52 AM
Can you please specify where can I drag and drop the action in my Flow.
My action name is 'Get User Data'.