Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

duypnguyen
duypnguyen
Online

Badges

Badges
21

Accepted Solutions

Accepted Solutions
36

Likes Received

Likes Received
42

Posts

Posts
209

Discussions

Discussions
35

Questions

Questions
174

Ideas

Ideas
0

Blog Posts

Blog Posts
1
Top badges earned by duypnguyen
Customize the badges you want to showcase on your profile
Re: Access to env file - App Builder 24-08-2020
Hi @Urs_Boller , the .env file is to defined the environment variables at build time. If you want to use them in the actions, you need to pass those variables to the actions via default parameters. To do the mapping, in manifest.yml, for each action there is an "inputs" section. You could simply map all the variables you want for the action there. For example: in .env you have `CAMPAIGN_TENANT="my-tenant"`, then in manifest add `campaignTenant: $CAMPAIGN_TENANT` to the respective action, finally...

Views

318

Like

1

Replies

1
Re: Actions to Analytics API 1.4 - App Builder 21-08-2020
ok - it is indeed not yet available in 2.0 according to Analytics docs: https://www.adobe.io/apis/experiencecloud/analytics/docs.html#!AdobeDocs/analytics-2.0-apis/master/migration-guide.md.

Views

380

Likes

0

Replies

0
Re: Sample Screen for React Spectrum - App Builder 21-08-2020
Hi @Urs_Boller ,1. For app layout, you could leverage the Flex and Grid components in React Spectrum.https://react-spectrum.adobe.com/react-spectrum/layout.htmlhttps://react-spectrum.adobe.com/react-spectrum/Flex.htmlhttps://react-spectrum.adobe.com/react-spectrum/Grid.htmlIn your case, Flex would be more suitable.2. For table data, you could use the Table component. Currently it is in alpha release, but you are welcomed to try it out. Please let us know if you have any issue.https://react-spect...

Views

437

Likes

0

Replies

1
Re: Actions to Analytics API 1.4 - App Builder 21-08-2020
Hi @Urs_Boller , the Firefly SDK for Adobe Analytics only supports the 2.0 API.If the functionality you need is only available in 1.4 API, not 2.0, you would need to make the HTTP requests using `node-fetch`.Which functionality of AA API that you want to use?

Views

386

Likes

0

Replies

3
Re: Production workspace approval workflow - App Builder 20-08-2020
Awesome, thanks for confirming. Great that it works!

Views

678

Likes

0

Replies

0
Re: Production workspace approval workflow - App Builder 20-08-2020
@eldhov19157560, I don't think you need additional permissions to view the submitted app. Could you please confirm that you selected the same org in which the app was submitted for approval before?I will follow up with the team if you still don't see the app despite correct setup.

Views

691

Likes

0

Replies

0
Re: Production workspace approval workflow - App Builder 20-08-2020
@eldhov19157560 , does your account have access to more than 5 orgs in console? If that's the case, you are not able to see the orgs in My Exchange. While our team is working on a fix for this issue, workaround could be that you create a new admin account in the org you want to approve the app, and log into Exchange with that account.

Views

705

Likes

0

Replies

0
Re: Production workspace approval workflow - App Builder 20-08-2020
Hi @eldhov19157560 , to approve / reject an app, you need to do it from Adobe Exchange (https://exchange.adobe.com/my-exchange.html).You should be able to select the org, in which the app is available for review.

Views

722

Likes

0

Replies

8
Re: No apps seen in workspace - App Builder 18-08-2020
yes, that's correct.

Views

423

Likes

0

Replies

0
Re: No apps seen in workspace - App Builder 18-08-2020
Hi @eldhov19157560 , the URL you got in the terminal upon `aio app deploy` is only for testing the app on Adobe Experience Cloud (ExC) Shell.To have your app visible in the "Project Firefly Apps" dashboard, you would need to publish it through Adobe Exchange. While we are working on the documentation for that part, what you should do briefly:1. Deploy your app in the Production workspace2. "Submit for approval" in Adobe I/O Console3. In Adobe Exchange (https://exchange.adobe.com/my-exchange.html...

Views

436

Like

1

Replies

2