- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2024 07:23 PM - edited 10-23-2024 07:25 PM
I am using Microsoft Teams Graph Spoke and I 'm using the action "post incident details". When it comes to input for
"Override default fields". I expected field give in fields1 ,2 will show up in the message, which isn't happening. I could see the payload when I look at configuration step after execution. what needs to be done to display those additional fields when posting messages
This is in the configuration :
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2024 10:41 PM
Yes, you need to do that. On the store, you will find below screenshot which clearly states that this field requires an array of strings variable passed to it.
Please mark this response as correct and helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2024 09:58 PM
Hi @Kumar38
Please refer below post which might help you -
Thanks and Regards
Amit Verma
Please mark this response as correct and helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2024 10:06 PM
This question is related to Microsoft teams Graph spoke. It wouldn't let me type in anything .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2024 10:11 PM
Sorry ! I missed the screenshot. From the screenshot, I can see that you are passing data pills directly to fields like to field 1 but it expects you to provide a data pill of type Array.String type. Please create an array of strings which hold your fields and retry.
Please mark this response as correct and helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2024 10:15 PM
Do you mean I should create a custom action which outputs an array of strings or is there any other way you're referring too ?