Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
We have a journey where we want to include the last transaction date in the payload from timeseries schema that we sent via custom action. We use the following function to pull the last transaction date, (#{ExperiencePlatform.testFieldGroup.profile.timeSeriesEvents.last().abcCorp.transaction.transactionDate}) But when we see the resulting data it's not pulling the date and always returning nothing. This is happening with all of the fields within timeseries schema. Is there any other way to get the value from timeseries data within advanced expression while we use custom action?
I would love the Community's help in finding a solution our Task Template problem. We have a task template that is pre-assigned to a design to quickly work on urgent / quick turnaround requests.When a project is created, the project owner attaches the template. The template is set up so that if a project is submitted PRIOR to 1130 am, all tasks will be assigned for same day.1. However, we only want the designer to see the first task, not the Design Revisions or Prep Final files task. Currently the designer is seeing all three tasks. The template is also set up so that if a project is submitted AFTER 1130 am, all tasks will be assigned NEXT business day.The template is also set up so that if a REVISION or APPROVAL is given AFTER 1130, the tasks will be assigned NEXT business day. We have discovered that the REVISION and PREP FINALS task are not showing up as expected. See below for descriptions. Please let us know if you need further details. Happy t
AJO - Can custom actions be used in Campaigns as well, (not only in Journeys)? If so how to add a custom action to a Campaign?I have custom actions already created, which are currently used in a Journey. I am wondering whether I can use these custom actions in a Campaign. Please let me know, thanks, Zoe
On a document report has anybody found a way in text mode to only show users with a certain license type (external users)?
Hi all, AEM Service Packs Vs Feature Packs: What is the difference in their purposes? Which one to use when? Appreciate your responses. Thanks,RK.
Hello,I have applied the new metadata schema to a folder and it looks good in touchUI but when it comes to the classicUI for the same asset it's still picking the old assets, our marketing team is kind of new and flexible with classicUI it may take time for them to migrate to touchUI how can i fix this? Could you assist.v6.5.18
Hi everyone,We originally worked with Teaser v1 for a while now, and only upgraded to v2 to included smart cropping image features. Now I need to extend the Teaser component to support external URLs in the linkURL field, similar to how v1 handled it. In v2, the getTargetPage() method in TeaserImpl is stricter. It attempts to resolve the linkURL to a Page using PageManager, and if it can't, it falls back to the current page or an action CTA. Here's the current implementation in core AEM:@9944223 @126844 protected Optional<Page> getTargetPage() { if (this.targetPage == null) { String linkURL = resource.getValueMap().get(ImageResource.PN_LINK_URL, String.class); if (StringUtils.isNotEmpty(linkURL)) { this.targetPage = Optional.ofNullable(this.resource.getValueMap().get(ImageResource.PN_LINK_URL, String.class)) .map(this.pageManager::getPage).orElse(null); } else if (actionsEnabled &
Hi, How to find a particular distribution list to add members to it? Note: It's not the same as recipient list.
Hi everyone, I’m working with Adobe Experience Manager Storefront Delivery Services and need to customize my URL structure for categories and products to be cleaner and more SEO-friendly. Right now, my URLs look like this: Categories:https://example.com/categories/maquillaje Products:https://example.com/products/toleriane-purifying-foaming-face-wash-for-oily-skin/ULT0011 The client’s requirement is to remove those prefixes so the URLs become: Categories:https://example.com/maquillaje Products:https://example.com/toleriane-purifying-foaming-face-wash-for-oily-skin/ULT0011 What I’ve tried: Edited fstab.yaml to add redirects from /categories/* and /products/* to the root, but accessing the new paths returns 404.Reviewed the StorefrontRouter and rewrite rules in the archetype, but I’m unsure which configuration files take precedence in Edge Delivery.Checked Adobe docs on URL rewrites, but didn’t find a clear example for removing both prefixes. S
Hi everyone,I'm working on a project in Adobe Experience Manager as a Cloud Service, where I have a large number of Content Fragments (CFs) stored in the DAM. I need to copy them into other language nodes, but I'm facing an issue: when I use the language copy feature on the root folder, it also brings over unpublished content and other data that I don't actually need.My goal is to copy only the specific CFs, for which I already have the paths, into the target language folder—without including any unrelated content.So my question is:Is there a way to trigger the copy of these specific CFs via REST API, using their paths, in AEM as a Cloud Service?Or is there a recommended alternative approach to achieve this in a clean and efficient way?Thanks in advance for any suggestions!
Hi all,We are using AEM as a Cloud Service and have configured an Image Processing Profile that calls an App Builder to perform some Photoshop action against some images to generate a specific rendition (e.g., photoshopped.psd, rendition.png) when assets are uploaded into a designated folder.Now, we have a requirement where:Assets are already available in the DAM (in any folder).Authors should be able to manually run a workflow on a selected asset.The workflow should:Trigger the processing profile to generate the rendition (even though the asset is not newly uploaded).Once the rendition is available, separate it as a new asset (this post-processing logic already exists).I want to know:Is there a supported way to invoke a Processing Profile from a workflow step?What’s the best practice for such manual reprocessing scenarios?Appreciate any guidance or experience around this! Thanks in advance. Regards,Bhavani Bharanidharan
Couldn't edit the pages. All pages facing same issue
In AJO, how can I ingest and process millions of streaming events per hour for profile enrichment and split-criteria evaluation - while preserving sub-second decision latency and avoiding backpressure or throttling?
I’m running into a bit of a head-scratcher in Adobe Analytics Workspace. While creating a calculated metric, I’m only able to see and use metrics there’s no visibility of dimensions, segments, or any date range options in the builder.Is this expected behavior? Or am I missing a setting or permission somewhere?I’m creating the metric via the Components > Calculated Metrics section. Ideally, I’d like to build something more dynamic using segments or contextual dimensions, but those don’t show up at all in the interface.Would love to know if:- This is a limitation of the calculated metric builder itself?- There’s a workaround or advanced setting I should be aware of?- I should instead be building this within a Freeform table context?Appreciate any insights or hacks from the community.
Hello Team, I am using AEM as a cloud service. Created a tag.Created a content fragment. In this, I have few fields along with tag field. I have used the above tag in this CF. Consider that, I have used the tags in few more content fragment as well. Now, I wanted to delete the tags. At that time, it shows that "Total x references for tag "...." Please confirm the action for the tag(s). Still, I have deleted the tag.Now, when I open the content fragment(in this, I have referred the tag, that is now deleted), this shows error message. "Field contains invalid tag". Note: Content fragment opened in Content fragment editor UINote: Still, I can modify the tag field or any other fields, which is present in content fragment. Wanted to know, is this expected behavior ?As per my assumption,1: If I try to delete the tags and if this tag has references, it should be deleted from that CF. Or else, author should not be able to delete the tags that has some references.
I am currently installed this workbench version(6.5.0.20220219.1.12345) on local. Also installed both 32-bit and 64-bit versions of the Microsoft Visual C++ Redistributable packages as prerequisite.Seeing below error while opening AEM forms designer post workbench installation. Chatgpt provides following root cause for this issue. The error code "0x000007b" typically indicates a problem with the application trying to start, often related to issues with system libraries or dependencies. This error can occur if there are mismatches between 32-bit and 64-bit versions of libraries or if required components are missing. Has anyone encountered this similar issue ?
Is there a setting that allows a user to update the status of their task but does not allow them to adjust the hours for the task?
Hi team, I need to update supported language for tag so was trying to add it thru code for cq:Tag node but that did not work and then try to add it thru package installation it is also not working can anyone guide me to do this? Thank you Umesh Thakur
How do I add new fields to the detail view of recipients?Besides name, family name etc. I want to add existing fields to the shown fields. How do I do that?
Hi everyone, I'm encountering an issue in Adobe Analytics and would appreciate some help. I've created four segments, and the visitor numbers for each segment are as follows: 40, 60, 30, and 70. When I combine these segments into a single segment, I expect the total number of visitors to be 200. However, the combined segment shows a different number, for example, 224 visitors. (Note: These numbers are just examples to illustrate the issue.)Why is there a discrepancy in the visitor numbers when combining segments? Thanks in advance for your assistance!
Hello Adobe Experts,I hope everyone is doing well. I would like to get your insights as to why the data that are passing to the Network Payload and adobeDataLayer console are showing 2 different results.In the screenshot in Green Box, it shows that the dealers containing 5 array results. But the one in Red Box, the array value is empty []. Do you know any possible scenarios as to why this issue is happening?Thank you in advance.
I am seeing duplicate calls on the particular page. Whe testing my implementation.Usually, we get two server calls while testing using debugger. But, here I am seeing one more duplicate which says text/ plain as content type.Does anyone faced such issue , what could be the reason for this multiple call??
Hi, I was hoping someone can help clarify the support levels for this integration, specifically which versions it's supported on? Does that include both on-prem and AEMaaCS (including and after 6.5.19+)? We had some conflicting messaging from Adobe Support and the published documentation located (linked below), while Adobe Support (on a current ticket) has indicated that this is not supported on-premise. Can someone provide clarity? Configuring the Submit action | Adobe Experience Manager Additional reference here: Solved: Help with SharePoint Integration in AEM 6.5.19 - Adobe Experience League Community - 644749Thank you in advance!-Martin
Hello, Currently, if a file transfer activity is set up with the "File download" action and "Delete the source files after transfer enabled", if no file is specified in the activity, it will download & then delete the entire content of the S3 bucket and all child folders. where is the fileTransfer activity configured in ACC?is there a documented modification to this behavior to limit deletion to only one object?Thanks,Skyler
Hi @members, I wonder what's the best solution to update a dataflow, here is the background: We have a existing scheduled dataflow, which will ingest data every day, and there are mapping, dataset, schema associate with this dataflow. If we need to add a new field to the schema, and would like to use this dataflow as well, what changes we need to make? Please correct me if I'm wrong:1. Update the schema with new field2. Update the mapping with new fieldI know we patch the dataflow with the new field in mapping through API but is there any option through UI to update the dataflow by mapping new field going to start flowing next day? If I do it from UI, I have scheduled dataset so when we wait for source file to arrive it ingest the data without new field and then I have to update dataflow and ingest same file again to have new field in datalake. Thanks
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.