Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attachment object has invalid generated metadata in Create object, Upsert action #11

Open
stas-fomenko opened this issue Jan 26, 2021 · 0 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@stas-fomenko
Copy link
Contributor

Description:
In some cases required property of object is invalid.

Current workaround - use developer input mode

Create Object action:
image
In this case actually required are:

  • file name
  • parent Id (missing in AR)
  • body OR enabled Utilize data.. optrion

Upsert object action
image

Parent Id field is also missing here. But this is correct that no fields are required here

AR: no required field (parent Id ) generated in both actions and in Create object action there are fields that must not be required, at the same time some not required fields are required

ER: metadata generated correctly in both actions (correct fields and correct required property is set for them)

@stas-fomenko stas-fomenko added bug Something isn't working enhancement New feature or request labels Jan 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant