Hi,
I'm attempting to update a SharePoint list item based on another item's value in the same list. The column I'm testing is called "EOP Response Documentation", which is multiline text. If this item is not empty then I need the list item "EOP Document Status" to change it's value to "Draft in Review". Otherwise it should remain at the default value of "Not Started". The flow I'm working on looks like this. This item is a dropdown choice, single select only, "Not started", "Draft in Review", and "Completed".


Unfortunately, this what the output looks like in the "EOP Document Status" column

These are the three choices from the dropdown list. The third choice "Completed" will need to be based on a a "Yes/No (checkbox) item, i.e. if the item is checked "Yes" then the "EOP Document Status" should change to completed.
Any help would be greatly appreciated.
Thanks, GarySD