Make module issues

Backendless Version (Online)

Client SDK (REST)

Application ID

07DCDB81-EDC2-F081-FF2B-4E789F643400

Actual Behavior

  1. When using module “Save a new object in the DB”, in settings, after picking a table, I’m getting an error message: Unknown type ‘relation’. (different table pick give different unknown type).

  1. I’m not sure if it is same problem or a different one - When I pull data from a table I don’t get the data relation field, eve though it contains an object.

2022-09-19_14-13

Expected Behavior

  1. No error codes
  2. All data fields per record should be pulled upon request

Hello @Automations_club,

welcome to our community!

Thank you for bringing this issue to our attention, I’ve created an internal ticket (BKNDLSS-29784) for our engineer who is working on this.
As soon as the issue is fixed, we will let you know here.

Regards,
Stanislaw

1 Like

Another issue I run into - Data types are missing many types.

Screenshot from 2022-09-19 15-17-22

And it doesn’t accept manual input

Screenshot from 2022-09-19 15-15-36

Thanks, @Automations_club, I have created a separate ticket for this too (BKNDLSS-29786).

Regards,
Stanislaw

Hello, @Automations_club.

I cannot reproduce error with Unknown type 'relation'.
About your second question: if you want to get object with relation, you need to specify name of this relation in Relations field or set Relation Depth(Advanced settings) to 1 or more.
Video:
sup_top_15430.mp4.zip (6.8 MB)

About your question regards Data Types:
We haven’t added more complex data types yet. If you want to use them in Make, you need to use the Make an API Call module.
Here is an example of creating a Person object with a Point data type:


Result:

If you have any more question please let me know.

Best Regards, Nikita.

Hello, @Automations_club.

Issue has been reproduced and fixed.

Best Regards, Nikita.