I have trouble, please help me in this case
I managed a list in MS List. There are includes due dates column, the status column, and the attachment, if the due date over current and the attachment is empty then the status needs to be changed to past due. Please help me. Thanks advance.
I try to input the json code or automate flow but it did not work, I try to found a lot but can’t reach the solution.
- Import json
data = {
“task_id”: 1,
“task_name”: “Task 1”,
“status”: “Đang thực hiện”,
“deadline”: “2024-08-01”
}
json_string = json.dumps(data, ensure_ascii=False, indent=4)
print(json_string)
- Automate flow
enter image description here
Giang Hoàng is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.