Microsoft Forms Creation In Node-Red

Hi,

Is there possible to communicate with Microsoft Forms in node-red. Actually, we want to know the How to install in node. Can you able to suggest me.

Thanks,

Microsoft Forms is a feature of Office 365 but is quite stand-alone. To the best of my knowledge, while Microsoft promised an API for interactions, it has never materialised.

However, you can interact with it by using Microsoft PowerAutomate which does have a webhooks feature that could be used to interact with Node-RED.

To provide more help, you would need to describe what you actually want to do.

I will try . Thank you so much for your information. Actually we want showing data set live streaming process. So only we will move to MS Forms. Also previously we had used in Google sheet form that should performing well.

Then our motive is all set of process together perform in Microsoft Platform.

Hi,

I have not tried Microsoft Forms directly - but building off the comment from
@ganeshiac ...

I use webhooks to send messages into Microsoft Teams directly from Node-RED. It was very easy to do (for simple messages) and was only two nodes: build a JSON message, and an HTTP Request node to send the message to the webhook.

Cheers,

Paul

Hi,
Good Morning. Thank you so much for your message I will try to use Webhooks platform.

Hi,
Is it possible to import .csv file instead of JSON file in Webhooks because we are already created .csv file.

Hi,

Generally, when you a computer problem / request / issue you can use Google to search for some (possible) answers and do some analysis on the returned results to determine next path forward.

Example: I searched Google for "node-red convert csv to json" and received the following:

This was the first link.

Now, I've not used that node, but it looks promising and worth further investigation & use to determine fitness for your goals.

That same strategy is how (many) people move through the ranks in IT.

Cheers,

Paul

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.