We are trying to close quotes per power automate but i'm not able to set the status to "Won" it won't allow me.
The only accepted status is "Canceled", before trying to set the quote to won i activate it via "Update row" and then for the closing action i use unbound action "CloseQuote" with these action parameters:
{
"QuoteClose": {
"subject": "Quote Won (Won) - @{triggerOutputs()?['body/quotenumber']}",
"category": 1,
"quoteid@odata.bind": "quotes(@{triggerOutputs()?['body/quoteid']})",
"quotenumber": "@{triggerOutputs()?['body/quotenumber']}",
"revision": @{triggerOutputs()?['body/revisionnumber']},
"statuscode": 2
},
"Status": 4
}
and when looking at the available statuses to apply 4 i clearly won
I can apply the value 6 which gives me "Canceled", but that's about it.

Report
All responses (
Answers (