Zendesk Azure Logic App/Power Automate Conenctor Mandatory Fields

Gareth Young 1 Reputation point
2021-03-03T19:31:10.28+00:00

Hello, Trying to build automation with Azure Logic Apps. For some reason there are a number of mandatory fields in the Zendesk logic app create items connector that are not mandatory in the API. i.e. Organization_fields. To work round this i have created a meaningless field in Zendesk and i am attempting to set it in the connector but it keeps failing, has anyone got this to work? The ironic thing is if you delete the field in the code view then save/run the connector works.. but as soon as you switch back to design view it adds the mandatory field back.

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,842 questions
{count} votes

1 answer

Sort by: Most helpful
  1. MayankBargali-MSFT 68,476 Reputation points
    2021-04-12T10:17:23.907+00:00

    Hi @Gareth Young

    Apology for the delay.
    I have got the update that the connector code explicitly marks bunch of tables as “read-only” such as system tables. Updating data manually in these tables could cause runtime errors causing the issue therefor it is by design marking them read only.

    For the other issue, they are checking the feasibility if they can remove the Organization field as required from the connectors in the future.

    0 comments No comments