Hello @SunitaCh, You can refer to this question: https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/how-to-transform-a-link-in-a-content-fragment-field/td-p/442373 Thanks
Hello @vkarthick, I assume the svg icons are loading from code (not authored), in such case check the following- make sure the folder name the icon is loading from is resources and the folder has a .content.xml in it- with jcr:primaryType="cq:ClientLibraryFolder"- with allowProxy="{Boolean}true"- et...
Hello @shivashankarhr1, Access to the workflow elements is connected with the "workflow-users" group. Make sure the users do not have this group assigned. Thanks
Hello @sesmic, Thanks for the clarification. If I quote your ask "I want to create a service/model that will get invoke when submit button is clicked & it should take the values from each input field available on page convert it to json & post to servlet" As you can see the invocation of back-end s...
Hello @sesmic, To add with @aanchal-sikka and @Harwinder-singh, not sure if you have any JS library (jquery or angular) in-place or not. If so you can hand over the responsibility of managing the submission to the JS library. Following is jquery example: <!DOCTYPE html>
<html>
<head>
<title>For...
Hello @shivakrishna36, Based on your explanation it looks like It can be related to some library that your JS code is dependent on. Also since you are trying to run the react front-end application on AWS S3, please make sure to build your application (production ready) in advance and put the executa...
Hello @shubham25, Can you please elaborate on the business a little more? When you say AEM Files, what exactly do you mean by that? AEM content, assets or the code structure that you are building? Thanks
Hello @shivakrishna36, The content path should be accessible through internet to serve the business here. Make sure you can access it as API first. Thanks
Hello WadeGa, Adobe provided separate explanation for Environment Variables and Pipeline Variables. I don't think proving this is really answering your original question. Here are the reasons:- pipeline variables are another environment variables for the build machine against the program/pipeline (...