Search found 3818 matches

Go to advanced search

by Serhii Kulibaba
Mon Jan 25, 2021 1:18 pm
Forum: Issues
Topic: Google map component
Replies: 8
Views: 5432
 
Jump to post

Re: Google map component

Hello,

Have you solved the issue? I see you said that in the ticket #44066

by Serhii Kulibaba
Mon Jan 25, 2021 12:58 pm
Forum: Issues
Topic: AWS DynamoDB - Rest API
Replies: 1
Views: 4719
 
Jump to post

Re: AWS DynamoDB - Rest API

Hello Johan, Appery.io doesn't have the standard integration with DynamoDB, But you can use its REST API: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Programming.LowLevelAPI.html (You can connect it with a simple REST Service) Or use their JS SDK: https://github.com/aws/aws-sdk-...
by Serhii Kulibaba
Mon Jan 11, 2021 9:33 am
Forum: Issues
Topic: Output XML to Twilio
Replies: 7
Views: 5507
 
Jump to post

Re: Output XML to Twilio

Hello Rahul,

Could you please provide us with more details, screenshots or exact steps to reproduce this problem?

by Serhii Kulibaba
Mon Jan 04, 2021 8:34 pm
Forum: Issues
Topic: Nested JSON Arrays and Objects
Replies: 4
Views: 2994
 
Jump to post

Re: Nested JSON Arrays and Objects

Hello,

Please generate the correct service response structure on the test service page. Just run the same request there as you do in the application and click on the button "Import as Response". After that, you will get exactly the same data structure for the mapping as the response has.

by Serhii Kulibaba
Mon Jan 04, 2021 5:11 pm
Forum: Issues
Topic: Add additional Ionic Components
Replies: 3
Views: 2197
 
Jump to post

Re: Add additional Ionic Components

Hello,

Have you tried a simple HTML component with a custom HTML layout for that?

by Serhii Kulibaba
Mon Jan 04, 2021 5:08 pm
Forum: Issues
Topic: Multiple Where values in Mapping
Replies: 1
Views: 3466
 
Jump to post

Re: Multiple Where values in Mapping

Hello,

Please use a simple TS code here:

Code: Select all

const profile = this.Apperyio.data.getStorage("SelectedProfile");

return {"$and":[{"to_users._id": value},{"profile": profile}]};
by Serhii Kulibaba
Thu Dec 31, 2020 4:17 pm
Forum: Issues
Topic: MODIFY INPUT FIELD
Replies: 3
Views: 6467
 
Jump to post

Re: MODIFY INPUT FIELD

Please use the attribute max length for that https://developer.mozilla.org/en-US/doc ... /maxlength

by Serhii Kulibaba
Tue Dec 29, 2020 1:02 pm
Forum: Issues
Topic: Execution failed for task ':app:mergeDebugResources'.
Replies: 1
Views: 1495
 
Jump to post

Re: Execution failed for task ':app:mergeDebugResources'.

Hello,

Sorry, but I don't see this application in the shared applications list. But it looks like you use custom Cordova plugins, which might cause that issue. Please disable them and run the build again. Does it solve the issue?

by Serhii Kulibaba
Thu Dec 24, 2020 1:48 pm
Forum: Issues
Topic: Using Model and Storage instead of DB
Replies: 1
Views: 1301
 
Jump to post

Re: Using Model and Storage instead of DB

Hello,

Could you please clarify how you save/read these values? Using the mapping or the custom JS code?

Go to advanced search