Hello, I'm new in Adobe Runtime and trying to learn usage of the actions. But i'm stuck with usage of a new modules.For example i have following action created:const fetch = require('node-fetch')const FormData = require('form-data')async function main(params) { let formDataVar = new FormData(...
Hi, I created an events subscription for AEP in the Development console of my API Project,the events that I selected areData ingestion notificationProfile Ingestion Delays, Failures and errorsProfile Ingestion InfoAfter that, I ingest profiles with the streaming endpoint of AEP -> Sources -> Account...
Hello, I am working with Adobe App builder and sample todo app code base: https://developer.adobe.com/app-builder/docs/resources/todo-app/I deployed the app using aio app deploy and now I am trying to view logs for my actions - to do that I run aio app logs --tail -v and then I am invoking my actio...
We've been exploring the creation of PDF files from Excel files using the Adobe PDF Services API. Obviously converting from XLS->PDF can be tricky in terms of the printable area, orientation, etc. We managed to get the basics working, but in one example we have, the Excel file is converted to a PDF ...
Is TypeScript supported for the App builder? Developing complicated actions with pure JS can get a bit hard to maintain - does Adobe provide any samples how to work with Adobe IO with TypeScript? Thanks !
Hello, I am working with Adobe App builder and sample todo app code base: https://developer.adobe.com/app-builder/docs/resources/todo-app/I deployed the app using aio app deploy and now I am trying to view logs for my actions - to do that I run aio app logs --tail -v and then I am invoking my actio...
Hello, I am researching Adobe App Builder and I am working with a sample ToDo app tutorial: https://developer.adobe.com/app-builder/docs/resources/todo-app/ This app is using IMS profile and allows to create user todo list. When I run this app with aio app run it shows me two options to view my dep...
Hi everyone,I’m working on User Management API: Authentication for API AccessI’m calling this API:https://usermanagement.adobe.io//v2/usermanagement/organizations/A139DC7957D898C77F000101@AdobeOrg/userswith Headers:Authorization: Bearer access_tokenx-api-key: Client ID from Developer ConsoleBut I’m ...
We are trying to get new refresh_token and access_token using existing refresh_token. Every time it returns the same refresh_token but less validity left. After sometime refresh_token will be not valid anymore.Can someone suggest how to generate new refresh_token with more validity. Note :- We have ...
Hi, following all instructions on initializing and publishing an application in App Builder Catalog. The application was also successfully approved in Exchange.But the app does not appear in App Builder Catalog, does anyone know what the reason might be