Hi Guys!
I have a massage in my Flow with below Body:
Solved! Go to Solution.
Hi @Iman ,
You could use Parse JSON action to parse the body and fill the Dynamic content in the specified field.
{
"type": "object",
"properties": {
"id": {
"type": "string"
},
"document_id": {
"type": "string"
},
"remote_id": {
"type": "string"
},
"file_name": {
"type": "string"
},
"page_count": {
"type": "integer"
},
"uploaded_at": {
"type": "string"
},
"processed_at": {
"type": "string"
},
"kvittonr": {
"type": "string"
},
"datum": {
"type": "object",
"properties": {
"match": {
"type": "string"
},
"iso8601": {
"type": "string"
}
}
},
"total": {},
"moms": {
"type": "string"
},
"netto": {
"type": "string"
},
"adress": {
"type": "string"
}
}
}
If you cannot get the dynamic content when you configuring the number field, you could use Compose to get the dynamic content and fill the output of the compose in number field.
Best Regards,
Hi!
Let's assume you add an 'Initialize a variable' action block, lets call it 'myInputObject', type object, assign this body as its value.
Now, if you wanna access 'moms' attribute value, I would assign the following WDL expression to your SP column input:
variables('myInputObject')?['moms']
If you are not famiiar with WDL expressions, please follow these steps:
https://flow.microsoft.com/es-es/blog/use-expressions-in-actions/
Hope this helps
Proud to be a Flownaut!
Hi @Iman ,
You could use Parse JSON action to parse the body and fill the Dynamic content in the specified field.
{
"type": "object",
"properties": {
"id": {
"type": "string"
},
"document_id": {
"type": "string"
},
"remote_id": {
"type": "string"
},
"file_name": {
"type": "string"
},
"page_count": {
"type": "integer"
},
"uploaded_at": {
"type": "string"
},
"processed_at": {
"type": "string"
},
"kvittonr": {
"type": "string"
},
"datum": {
"type": "object",
"properties": {
"match": {
"type": "string"
},
"iso8601": {
"type": "string"
}
}
},
"total": {},
"moms": {
"type": "string"
},
"netto": {
"type": "string"
},
"adress": {
"type": "string"
}
}
}
If you cannot get the dynamic content when you configuring the number field, you could use Compose to get the dynamic content and fill the output of the compose in number field.
Best Regards,
Did you have time to review the suggestions posted? Do any of them match your expectations?
If so, do not forget to mark this topic as "Solved" by clicking "Accept as a solution". Such an action is key for our community, since this way others facing a similar problem can find a solution faster!
Please also note you can even select several responses as solution, even from different community members!
Thankx for your help making this community great!
Proud to be a Flownaut!
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
Watch Nick Doelman's session from the 2020 Power Platform Community Conference on demand!
User | Count |
---|---|
39 | |
36 | |
34 | |
32 | |
27 |
User | Count |
---|---|
44 | |
36 | |
33 | |
25 | |
22 |