I have this flow
Instert new item list Sharepoint online
|
V
Send approve message
|
V
Condition if approve
true -> Update a field in Sharepoint List for id that insert (Approve)
Create an outlook office 365 contact
Send email that Office 365 contact create
false -> Update a field in Sharepoint List for id that insert (Reject)
At Create an outlook office 365 contact i get this error
- Body"status": 400, "message": "A value must be provided for item.", "source": "127.0.0.1"
I filled all the necessary fields Given Name , Display Name from Sharepoint list item.
If i give values manual to Contact item in step it is work
Also is good idea send approve email return more fields than selectoption (email address from to , date of approved or reject...)
Thanks