문제

I have created a Flow which updates various fields in my SharePoint Online list, one of them being an Append-Only Comments field. This comment field is only updated sometimes. In scenarios where I don't want to add a new comment, the comment from the previous run is duplicated with a newer timestamp.

How can I avoid this occuring in Microsoft Flow?

도움이 되었습니까?

해결책

In the cases where you do not want to update the comments field in Flow, Try using a dynamic expression to explicitly set that column value to null in the Item Update.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 sharepoint.stackexchange
scroll top