سؤال

In SharePoint desinger workflow from Due Date or Created Date I want to take DAY but unable to get the day. Data Source = Current Task Field from Source = Due Date Return Field as = Long Date

Result I am getting - 20 July 2019. Not getting the day.

هل كانت مفيدة؟

المحلول

Workaround, Create a calculated column to get the day of date field.

=TEXT([Created],"DD")

Then, you could use the calculated column in workflow.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى sharepoint.stackexchange
scroll top