내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

Adding profile count as additional data element.

Avatar

Level 2

Hi Everybody,

I want to send an email that includes a count of profiles that satisfy specific criteria. 

Is it possible to create an additional data element, that counts the number of profiles in a query and include this in an email to a specific address?

For example run a query that selects all profiles which have been modified in the last 30 days.  Count the number of profiles and include this number in a scheduled email?

Kind regards,

Bart

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Employee

Hi bartt53947430,

Please confirm if this query is for ACC or ACS. This is doable on ACC.

Right after the query activity you can make use of a JS code activity where you define an intance variable and populate it with record count

instance.vars.profileCount = vars.recCount

Then use this instance variable to pass it over to a delivery variable and use in personalisation.

Regards,
vipul

원본 게시물의 솔루션 보기

3 답변 개

Avatar

정확한 답변 작성자:
Employee

Hi bartt53947430,

Please confirm if this query is for ACC or ACS. This is doable on ACC.

Right after the query activity you can make use of a JS code activity where you define an intance variable and populate it with record count

instance.vars.profileCount = vars.recCount

Then use this instance variable to pass it over to a delivery variable and use in personalisation.

Regards,
vipul

Avatar

Level 2

Hi Vipul,

The solution needs to be created for ACS.

I thought it might be possible, as the "count" function seems to be supported.  Am I right?

Many thanks,

Bart

Avatar

Level 6

I've noticed the count function is available if you add Additional data to a query from an alternative data schema, but I'm not sure how to make this work for the native(profile) schema.

We'd find this functionality useful too so I'm keen to find out if it's possible too.