收藏ARYAN YADAV (Accenture) 提问于 #Flow2024年4月16日 11:59How to find the no of days between two date field in flows formula? #Flow5 个回答排序按日期排序按最有帮助排序按日期排序加载更多评论...已采纳的回答Eric Burté (DEVOTEAM) Forum Ambassador 2024年4月16日 12:07Hello @ARYAN YADAV just do a substract : Date2__c - Date1__cWithin flow formula that should be like : {!Date2__c} - {!Date1__c}{!Opportunity.Date2__c} - {!Opportunity.Date1__c}Eric添加评论撰写回答...粗体斜体下划线删除线项目符号列表编号列表添加链接代码块插入图像附加文件链接 URL取消保存0/9000回复
已采纳的回答Eric Burté (DEVOTEAM) Forum Ambassador 2024年4月16日 12:07Hello @ARYAN YADAV just do a substract : Date2__c - Date1__cWithin flow formula that should be like : {!Date2__c} - {!Date1__c}{!Opportunity.Date2__c} - {!Opportunity.Date1__c}Eric