Worklow
2 TopicsSharePoint : Workflow > Send an Email > Customizations (CSS)
Hello everyone, I'm customizing the body of an email send by SharePoint's Workflow action "Send an Email". Knowing that this action does not support what's inserted in the <style></style> tags and the only way is to do it inline within the target html tags, I'm currently facing the following issue: somewhere in my email's body text, I'm getting the value of a specific item's field (example: [%CurrentItem:Body%] which can contain images in between of the text. How can I apply the css in order to set this images' width? Thanks in advance! Kind regards, Duarte534Views0likes0CommentsApprove created element based on config list
So the point that I need to create an approval workflow for the "Orders" list that has columns Amount(num), Brand(Choice), Is Approved(bool) and make that workflow compare it to the "Orders approval config" list that has Brand(Choice), Min amount(num), Approver(text), the approver needs to be connected with the brand and the workflow must automatically approve new element in the Amount > Min amount, but while trying to add an Approver in "Assigned to" part of the "Start an approval", in Dynamic Contents I can't assign it to the "Approver" how do I do that?