Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-31-2022 11:39 PM
Hi there, I have a problem with REST (integrationHub). I have a REST API that must return tasks to me, so for that I make a data source,
I configure it in TYPE: REST(integrationHub), Format: JSON.now that the data source is created,
I will do the request action. the problem is there. once the action request has been created, I automatically get input variables, which is normal, there is : LIMIT, OFFSET, LAST SUCCESS IMPORT TIME, IMPORT START TIME. until nothing abnormal is like in the doc. but in doing so, I don't add a fifth ( ATTACHMENT NAME ) and this variable is mandatory.
so when I test my flow, I get this error: NAME FOR ATTACHMENT TO STORE RESPONSE MISSING. in fact I don't know what to put in this variable, not where it comes from. I thought of a movais configuration, but even on my dev instance it's the same.
so my questions.
what is 'Attachment Name'.
is how i have to use myself?
thank you in advance for your help !
Solved! Go to Solution.
Labels:
- Labels:
-
Integrations
-
Team Development
1 ACCEPTED SOLUTION
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-01-2022 12:06 AM
I believe you have made Attachment input as mandatory in doing so its popping-up an error when you submit with empty input
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-01-2022 12:06 AM
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-01-2022 12:11 AM
in fact, if I delete it or that I but not mandatory or that I enter
a name at random, it always returns the same error