Oveeride default fields in "Post Incident details" action

Kumar38
Kilo Sage

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

 

Kumar38_0-1729736446531.png

This is in the configuration :

 

Kumar38_1-1729736599637.png

 

 

 

 

1 ACCEPTED SOLUTION

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.

 

AmitVerma_0-1729748473802.png

 

 


Please mark this response as correct and helpful if it assisted you with your question.

View solution in original post

5 REPLIES 5

Amit Verma
Kilo Patron
Kilo Patron

Hi @Kumar38 

 

Please refer below post which might help you -

https://www.servicenow.com/community/now-platform-forum/microsoft-teams-spoke-in-integration-hub/m-p...

 

Thanks and Regards

Amit Verma


Please mark this response as correct and helpful if it assisted you with your question.

This question is related to Microsoft teams Graph spoke. It wouldn't let me type in anything .

@Kumar38 

 

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.

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 ?