Skip to main content

Frequently Asked Questions

How do I get all of an item's column data from the `When an item is created` trigger?
The "When an item is created" trigger only returns the name and ID of the created item. This is because, at creation time, those are the only fields that are available. The rest are added after the item has already been created in monday.

Don't worry though, because it is possible to access the remaining columns a user adds to the item after the item is created by following these steps:

  1. First add a monday trigger "When an item is created" to a flow.
  2. Then after that trigger, search for and add a "Delay" (Schedule) action. This action is provided by default in Power Automate and is not part of the monday connector. In the Delay action, add the amount of time you think it takes a user to fill out the remaining item information. For example, this could be 5 minutes. What this action does is that it adds a delay before it continues on to the next step. This is necessary to give a user enough time to fill out the item before we retrieve the item's data in the next step.
  3. Add the monday connector action "Get an item by ID". This action will be used to fetch the previously created item, which will contain all the supported item's columns. Click into the Item ID input, which will bring up the "Dynamic content" window. Select the "Item ID" field from the "When an item is created" section in the "Dynamic content" window. Then select the workspace and board that the item is created in (these should match what was selected in the "When an item is created" trigger).
  4. Add whichever action you want next. For example, you could add an action that adds the created items information to an Excel spreadsheet. All the supported created item's fields should now be available in your action via the "Dynamic content" window.

Here is an example of what this might look like after you're done: Example to get column data when an item is create

I tried to create an object in monday, for example an item via the "Create an item" action, but I'm not seeing it showing up in monday.com.
If you see an error in Power Automate when executing an action that creates an object, this can occur if your inputs for the monday action are invalid. For example, if you're trying to create an item that contains a checkbox field, the field will only allow the values "Yes" or "No". If you instead put text like "Checked" or "Unchecked", this will not work. For dropdown fields, you must select an item from the dropdown.
Fields in monday are blank even though I added a value for them in a monday action.
This can occur if you didn't use the right format for the field. For example, if in a Date field you put the text "Yesterday", in monday it would show up as blank, since this is not a valid date. Dates need to be in the format YYYY-MM-DD (for example, 2005-12-20). The necessary format for each field is indicated by the placeholder text of the input.
Why are my date/time fields a few hours off?

monday only accepts dates and times in the UTC timezone (also known as GMT or Greenwich Mean Time). Dates you add should be in the UTC (Coordinated Universal Time) timezone.

For example, if you have the following date and time 2020-02-14 7:00 in the EST timezone, it would be 2020-02-14 12:00 in UTC. This is because Eastern Standard Time is 5 hours behind UTC.

Power Automate contains a "Convert time zone" action that might help with converting times you have into UTC.

I uninstalled the Microsoft Power Automate app in monday.com and reinstalled it again. Now it is no longer working and I'm unable to successfully execute actions/triggers in the monday connector. How do I fix the connector?

When the Microsoft Power Automate app is uninstalled and reinstalled, the credentials are reset. To fix the connector, you need to re-authenticate your monday connector in Power Automate.

This can be done by going to Data -> Connections in the Power Automate sidebar. Then find the "monday" connection and click on it. At the top, click the "Switch account" button. This brings up a popup to re-authenticate your connection between monday.com and Power Automate. Click the Authorize button at the bottom of the popup. Your connection should now be restored and your actions/triggers should work again.

I'm seeing a "Not Authenticated" error when executing a monday action/trigger in Power Automate and my actions/triggers have stopped working. How can I fix this?

This can occur when your connection between monday.com and Power Automate has been invalidated. One way this can occur is by uninstalling the Microsoft Power Automate app in monday.com.

To fix this issue, go to Data -> Connections in the Power Automate sidebar. Then find the "monday" connection and click on it. At the top, click the "Switch account" button. This brings up a popup to re-authenticate your connection between monday.com and Power Automate. Click the Authorize button at the bottom of the popup. Your connection should now be restored and your actions/triggers should now work again.

When executing a monday action/trigger in Power Automate, it does not work. I see the error "Your monday.com Power Automate app is over the execution limit. If you need more executions, please purchase a higher plan for the Microsoft Power Automate app in monday.com". How do I fix this?

This occurs when you've used all the executions your Microsoft Power Automate subscription plan in monday.com currently supports. When this happens, actions/triggers will fail to execute until the next month, unless a higher level subscription is purchased.

If you need more executions, you can purchase a higher level subscription to the Microsoft Power Automate app in monday.com. Once you've done so, your actions/triggers should start working again within 5 minutes.

Need any additional help that the documentation doesn't cover? Feel free to reach out to our support team at support@plugingenie.com. We are happy to help answer any questions you may have.