
Announcements
Hello,
I have a multiselect choice in a list of SP that is connected to a Form in Power Apps. Until this point everything is ok. When an item is created in SP a flow runs that will take those selections and will create an issue in Jira with that information.
Almost everything is going well, but this happens in the jira's issue:
Siguientes tecnologías.
[{"@odata.type":"#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference","Id":7,"Value":"NodeJS"},{"@odata.type":"#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference","Id":2,"Value":"Postman"}]
This is the flow I have:
Hope someone can help me.
HI @smerlingvr ,
You need to select the Value property from the varFinal array (or Software.. column):
You can try the following:
Here is the runtime output:
Hope this helps.
Ellis
____________________________________
If I have answered your question, please mark the post as ☑️ Solved.
If you like my response, please give it a Thumbs Up.
My Blog Site