Open
Conversation
* feat: improve get dataset items action (#4) * feat: modify actor run and add task run action * refactor: replace default JSON values with empty object for task input * refactor: rename start-actor.ts to run-actor.ts
* feat: improve get dataset items action (#4) * feat: modify actor run and add task run action * refactor: replace default JSON values with empty object for task input * refactor: rename start-actor.ts to run-actor.ts
protoss70
approved these changes
Nov 21, 2025
protoss70
left a comment
There was a problem hiding this comment.
Connection seems to be working when providing the client secret/id.
One question, is there a notion page for Activepieces development? I keep returning to our Slack conversations with @jakcinmarina to set up the repo.
Jakub-Vacek
approved these changes
Nov 21, 2025
Collaborator
Author
Sorry, I forgot to share the tester guide, if you can create activepieces page in notion I can paste it there :) Unfortunately I don't have permissions to create pages yet. @protoss70 |
e73e029 to
329e82c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Solves one part of the: https://github.com/orgs/apify/projects/18/views/15?pane=issue&itemId=131550237&issue=apify%7Capify-ifttt-integration%7C349
For now it's possible to test this with providing
client_idandclient_secretmanually, but maybe shouldn't be merged until we get confirmation from Activepieces team if they can store these values for us.