コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards
解決済み

CURRENT DATE - 1 DAY

Avatar

Level 3

Hi,

 

need help with the following expression. I want those users who their customer check-in date (fecha entrada cliente) is yesterday.

I have tried this formula but is not working for me:

bcollado_0-1704883048084.png

Can anyone help me? Thanks in advance as always!

 

Kind regards

 

 

1 受け入れられたソリューション

Avatar

正解者
Community Advisor

Hi @bcollado ,

Give expression as,

DateOnly(@created) EQUAL TO DateOnly(DaysAgo(1))

(Modify @created with your attribute)

ParthaSarathy_0-1704886331881.png

元の投稿で解決策を見る

2 返信

Avatar

正解者
Community Advisor

Hi @bcollado ,

Give expression as,

DateOnly(@created) EQUAL TO DateOnly(DaysAgo(1))

(Modify @created with your attribute)

ParthaSarathy_0-1704886331881.png

Avatar

Level 3

Thank you very much!!

Have a good day 🙂