Search found 5 matches

by DustinYoder
Fri Nov 11, 2022 10:50 pm
Forum: Switch
Topic: HTTP Request's response can only be opaque dataset?
Replies: 3
Views: 7518

Re: HTTP Request's response can only be opaque dataset?

From my experimenting, I am determining that the response from http request action can be 'attached as dataset' but yes, that seems to be an opaque dataset. So in my test I select 'attach as dataset' then give that dataset a name 'ResponseData'. To convert that to a JSON or XML dataset I put a JSON ...
by DustinYoder
Fri Nov 11, 2022 4:54 pm
Forum: Switch
Topic: HTTP Request's response can only be opaque dataset?
Replies: 3
Views: 7518

Re: HTTP Request's response can only be opaque dataset?

I also have the exact same issue. Don't see 'attach as dataset' in almost any documentation or in google searches. Is this actually being used by anyone? I try returning xml and json from my server with different Content-type headers, but cannot get anything except 'opaque' dataset. Someone please m...
by DustinYoder
Fri Aug 19, 2022 5:46 pm
Forum: Switch
Topic: Webhooks without metadata module
Replies: 5
Views: 3158

Re: Webhooks without metadata module

Thanks, I'm a programmer, but very new to how Switch works. So I appreciate the help.
by DustinYoder
Fri Aug 19, 2022 4:33 pm
Forum: Switch
Topic: Webhooks without metadata module
Replies: 5
Views: 3158

Re: Webhooks without metadata module

How are you injecting a PDF into the flow using webhook?
by DustinYoder
Fri Aug 19, 2022 4:06 pm
Forum: Switch
Topic: Webhooks without metadata module
Replies: 5
Views: 3158

Webhooks without metadata module

So what exactly can I accomplish with webhooks if I don't have the metadata module. Can I get to the POST data to use as variables or can I write out the POST data as a CSV, XML, JSON or anything that I can use the data in the POST fields later in the flow to download files, etc? Seems like there is...