im sending Jason Request to Microsoft PowerAutomate (AKA Flow) with jason data to trigger the Flow. then it will search in Sharepoint folder and look for the file (file name is send by the wappler serverconect) . every thing working fine and I’m getting a search results in the MS Flow.
but i don’t know how to get the response from Flow using Wappler, i can use post from Flow but i need to define a URL, how can i create a URL in wappler to get the data.
Hi @elpod Thanks for this. i learned new thing today from you,
may be my question is misleading, what i want is to get the search result data back to the wappler. not the response.
i got a quick fix for this using insert new row to DB new table with result and I’m getting that result in to the page.
hope their is some easier ways to pass result directly to wappler using API