Never had this message come up before....any help greatly appriciated
Hey Charlotte B.! This isn't a Lindy issue โ it's a Monday.com app installation requirement. The error "App is not installed" happens because the Pipedream app hasn't been installed in your Monday.com workspace yet. Monday.com requires you to manually install third-party apps that aren't published in their marketplace before you can authorize them via OAuth. Here's the fix: 1. Go to monday.com โ your workspace (brightsparkpas) 2. Go to the Apps section (or the Monday.com marketplace) 3. Search for Pipedream and install it into your workspace 4. If Pipedream doesn't show in the marketplace, you may need the direct install URL from Pipedream โ check your Pipedream account under the Monday.com integration settings for a "Share" or "Install" link 5. Once installed, go back and try the OAuth authorization again โ it should work The key thing: Monday.com changed their behavior a while back so unapproved/unpublished apps no longer auto-install during OAuth. You have to install first, then authorize. Also heads up โ the yellow banner saying "This app hasn't been reviewed or approved by monday.com" is normal for third-party integrations like Pipedream. It just means it's not in their official marketplace yet. Hope that helps!
Hey Charlotte B. - When selecting your integration, we recommend using the API Key option instead of the OAuth option. This should resolve it ๐
Ok so good news, going through the API key works. Bad news is, I'm still having a bunch of trouble with it. (I hate Monday.com!).
Charlotte B. share a screenshot of the workflow and the error message.
Hey Charlotte B.. I see the issue. The "No entity ID was provided" error means the Create Item step doesn't know which Monday.com board to create items in. The board ID (and optionally group ID) needs to be set in the action configuration. Also, the lock icon on Create Item suggests your Monday.com connection might need re-authentication. I'd start there: 1. Click into Create Item and check if Monday.com is asking you to reconnect. If so, re-authenticate 2. Once connected, select your target Board and Group from the dropdown 3. Map the item name and column values from your Write step output For the loop: make sure Enter Loop is referencing the array output from Write (the list of items to create). And inside the loop, Create Item should reference the current loop item, not the full array. Your flow should work like: Message Received โ Write (generates list of items) โ Enter Loop (iterates over that list) โ Create Item (creates current item on the selected board) โ Exit Loop If re-authenticating doesn't fix the save error, try deleting the Create Item step and adding a fresh Monday.com Create Item action โ sometimes Lindy's save fails when an action loses its internal reference. Happy to look closer if you share the agent link.
