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

Cannot add HTTP request block to group - "Can't add HTTP request block to the group" error #1864

Open
rrandom opened this issue Nov 28, 2024 · 0 comments

Comments

@rrandom
Copy link

rrandom commented Nov 28, 2024

Description

Current Behavior

When trying to add an HTTP request block into a group block, I get the error:
"Can't add HTTP request block to the group"

Expected Behavior

Should be able to add HTTP request block inside a group for batch processing URLs.

Use Case

My workflow needs to:

  1. Loop through a list of URLs
  2. Open each URL in new tab
  3. Scrape data from the page
  4. Send HTTP request with the scraped data
  5. Process the response

Steps to Reproduce

  1. Create a new workflow
  2. Add a group block
  3. Try to drag & drop HTTP request block into the group
  4. Error appears: "Can't add HTTP request block to the group"

Questions

  1. Is this a known limitation?
  2. Are there any workarounds available?
  3. Can I use JavaScript code block inside group to make HTTP requests instead?

Environment

  • Browser: Chrome
  • Automa Version: [your version]
  • OS: Windows

Possible Workarounds Tried

  • Creating new group block
  • Clearing browser cache
  • Reinstalling extension

Any suggestions for alternative approaches would be greatly appreciated. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant