Create a list from a text input, values separated by comma

For a project management app, a company’s manager needs to invite their teammates quickly. If you have a team of 50+, it can be tedious to invite one by one.

I’d like to enable them to just copy, paste a list of comma-separated emails into an input, then schedule an API for this list of emails.

Any tips on how to achieve this, or something similar?

1 Like

Managed to accomplish what I was looking for with (as usual) a Zeroqode plugin!

Turns the input’s content, converts it into a list of words. I then save that list into a state and run my workflow on that list! Pretty neat!

Great work as usual @ZeroqodeSupport!

Hot tip: The plugin doesn’t seem to ignore commas, so simply add “find and replace” in the plugins output, and replace the coma with nothing to delete them. The plugin adds commas to the list of words later.

2 Likes

thanks for the shoutout @alejandrowunderlich !
Glad to be helpful :slight_smile:

Levon Terteryan

Founder @ Zeroqode

zeroqode-for-web-160x120

Bubble Templates

Zeroqode Blocks

Bubble Plugins

Bubble Courses

Convert Web to iOS & Android

No-code Development Services

2 Likes

@levon: Really loved this plugin, was a easy fix for putting in multiple entries. I am working on an app which needs to collect multiple entries in each line for keywords. This plugin worked like a charm.
Great work on this plugin Zeroqode!

1 Like

thanks a lot for kind words @sriram :pray:

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.