community.lucid.co Open in urlscan Pro
2600:9000:223d:c000:a:be98:7140:93a1  Public Scan

Submitted URL: http://community.lucid.co/
Effective URL: https://community.lucid.co/
Submission: On December 27 via api from CH — Scanned from CH

Form analysis 4 forms found in the DOM

GET /search/index

<form method="get" action="/search/index" data-bounded-context="Search">
  <div class="searchbox searchbox--large qa-search-area">
    <div class="searchbox__input algolia-search--forum qa-menu-search-input">
      <div class="search-and-filter-wrapper" data-bounded-context="Search"><span>
          <div class="algolia-search-container" aria-expanded="false" aria-owns="downshift-2-menu" role="combobox" aria-haspopup="listbox" aria-labelledby="downshift-0-label">
            <div class="algolia-search-container--empty-input">
              <div class="search-box"><button type="submit" aria-label="Enter" class="search-box__submit" data-toggle="button"><svg aria-hidden="true" width="16" height="16" class="" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
                    <path
                      d="M15.5 14H14.71L14.43 13.73C15.41 12.59 16 11.11 16 9.5C16 5.91 13.09 3 9.5 3C5.91 3 3 5.91 3 9.5C3 13.09 5.91 16 9.5 16C11.11 16 12.59 15.41 13.73 14.43L14 14.71V15.5L19 20.49L20.49 19L15.5 14ZM9.5 14C7.01 14 5 11.99 5 9.5C5 7.01 7.01 5 9.5 5C11.99 5 14 7.01 14 9.5C14 11.99 11.99 14 9.5 14Z"
                      fill="currentColor"></path>
                  </svg></button><input aria-label="Search" type="search" placeholder="Search our resources" autocomplete="off" autocorrect="off" autocapitalize="off" data-track-type="click keydown" data-element-name="Search input"
                  data-event-filter="enterKeydownFilter" class="search-box__input" aria-autocomplete="list" id="downshift-0-input"><button type="reset" aria-label="Clear search" class="search-box__reset" data-toggle="button" style="opacity: 0;"><svg
                    aria-hidden="true" width="16" height="16" viewBox="0 0 16 16" fill="none" class="">
                    <path
                      d="M8.00065 1.33334C4.31398 1.33334 1.33398 4.31334 1.33398 8.00001C1.33398 11.6867 4.31398 14.6667 8.00065 14.6667C11.6873 14.6667 14.6673 11.6867 14.6673 8.00001C14.6673 4.31334 11.6873 1.33334 8.00065 1.33334ZM11.334 10.3933L10.394 11.3333L8.00065 8.94001L5.60732 11.3333L4.66732 10.3933L7.06065 8.00001L4.66732 5.60668L5.60732 4.66668L8.00065 7.06001L10.394 4.66668L11.334 5.60668L8.94065 8.00001L11.334 10.3933Z"
                      fill="currentColor"></path>
                  </svg></button></div>
            </div>
          </div>
        </span></div>
    </div>
  </div>
</form>

Name: registerPOST /member/register

<form name="register" method="post" action="/member/register" class="form js-ajax-form--registration" novalidate="novalidate" data-mn="ItemView" data-mn-app="frontend">
  <div class="js-notification " data-mn="CompositeView" data-mn-app="frontend">
    <div class="box box__pad is-hidden">
      <ul></ul>
    </div>
  </div>
  <div class="form__row">
    <div class="first">
      <label data-required="1" class="label required" for="register_user_username"> Username * </label>
    </div>
    <div class="second">
      <input type="text" id="register_user_username" name="register[user][username]" required="required">
    </div>
  </div>
  <div class="form__row">
    <div class="first">
      <label data-required="1" class="label required" for="register_user_email"> E-mail address * </label>
    </div>
    <div class="second">
      <input type="email" id="register_user_email" name="register[user][email]" required="required">
    </div>
  </div>
  <div class="form__row">
    <div class="first">
      <label data-required="1" class="label required" for="register_user_password"> Password * </label>
    </div>
    <div class="second">
      <input type="password" id="register_user_password" name="register[user][password]" required="required">
    </div>
  </div>
  <div class="form__row">
    <div class="first choices--stacked fancyselect">
      <input type="checkbox" id="register_terms" name="register[terms]" required="required" value="1">
      <label for="register_terms" class="required"> I accept the <a href="/site/terms" target="_blank" class="terms">
          terms &amp; conditions
        </a>
      </label>
    </div>
  </div>
  <div class="email_repeat" style="display: none;">
    <div class="form__row">
      <div class="first">
        <label class="label" for="register_email_repeat"> loginBox.register.email_repeat </label>
      </div>
      <div class="second">
        <input type="text" id="register_email_repeat" name="register[email_repeat]">
      </div>
    </div>
  </div>
  <button type="submit" id="register_submit" name="register[submit]" class="btn btn--cta btn--full-width"> Register <div class="loader"></div></button>
  <input type="hidden" id="register_is_invite" name="register[is_invite]">
  <input type="hidden" id="register__token" name="register[_token]" value="bnYAs8KLlRw1lIrEa_Xo8ojesf1ZWugfI1zc-FecFE0">
</form>

Name: loginPOST /member/login

<form name="login" method="post" action="/member/login" class="form js-ajax-form--login" data-mn="ItemView" data-mn-app="frontend">
  <div class="js-notification" data-mn="CompositeView" data-mn-app="frontend">
    <div class="box box__pad is-hidden">
      <ul></ul>
    </div>
  </div>
  <div class="form__row">
    <div class="first">
      <label class="label required" for="login_usernameOrEmail"> Username or Email </label>
    </div>
    <div class="second">
      <input type="text" id="login_usernameOrEmail" name="login[usernameOrEmail]" required="required">
    </div>
  </div>
  <div class="form__row">
    <div class="first">
      <label class="label required" for="login_password"> Password </label>
    </div>
    <div class="second">
      <input type="password" id="login_password" name="login[password]" required="required">
    </div>
  </div>
  <div class="form__row">
    <div class="first choices--stacked fancyselect">
      <input type="checkbox" id="login_remember" name="login[remember]" value="1">
      <label for="login_remember"> Remember me </label>
    </div>
  </div>
  <button type="submit" id="login_submit" name="login[submit]" class="btn btn--cta btn--full-width"> Log in <div class="loader"></div></button>
  <div class="box__pad box--note box--blend">
    <a href="#" class="js-open-modal" data-modal="forgot" tabindex="-1" data-mn="ItemView" data-mn-app="frontend">Forgot password?</a>
  </div>
  <input type="hidden" id="login__token" name="login[_token]" value="PhOl2QXK7Lf0aF5gSNDSXQEk_zsYlJ4TNGauC-sQrog">
</form>

Name: forgotPasswordPOST /member/forgotPassword

<form name="forgotPassword" method="post" action="/member/forgotPassword" class="form js-ajax-form--forgot" id="form--forgot__1279859747" data-mn="ItemView" data-mn-app="frontend">
  <div class="js-notification" data-mn="CompositeView" data-mn-app="frontend">
    <div class="box box__pad is-hidden">
      <ul></ul>
    </div>
  </div>
  <div class="form__row">
    <div class="first">
      <label class="label required" for="forgotPassword_username"> Enter your e-mail address </label>
    </div>
    <div class="second">
      <input type="text" id="forgotPassword_username" name="forgotPassword[username]" required="required">
    </div>
  </div>
  <div class="form-row first">
    <button type="submit" id="forgotPassword_submit" name="forgotPassword[submit]" class="btn btn--cta qa-submit-button"> Post reply <div class="loader"></div></button>
    <a href="#" class="group__item end js-open-modal qa-forgot-password-overview-link" data-modal="login" data-mn="ItemView" data-mn-app="frontend">Back to overview</a>
  </div>
  <input type="hidden" id="forgotPassword__token" name="forgotPassword[_token]" value="m02CuLbi9ihnZQQe-ZyZXAr9esGAh8cSXWphd-ECVXU">
</form>

Text Content

Skip to main content


Learning Campus
 * Training labs
 * Help center
 * Community

 * Training labs
 * Help center
 * Community

Login
 * Home
 * Peer support
 * Product feedback
 * Inspiration
 * Groups
 * Lucid for Developers
 * Lucid Legends

 * Home
 * Peer support
 * Product feedback
 * Inspiration
 * Groups
 * Lucid for Developers
 * Lucid Legends

+ Create a topic








WELCOME TO THE LUCID COMMUNITY





PEER SUPPORT

Have issues or questions? Search the community or post questions to get support.


PRODUCT FEEDBACK

Tell us what you love about Lucid and how we can improve your experience.


INSPIRATION

Share ideas and learn about innovative use cases from others.


GROUPS

Connect with other Lucid users who have similar interests.


LUCID FOR DEVELOPERS

Collaborate with other developers and get support using Lucid's APIs.


LUCID LEGENDS

Our best and brightest users supporting others' work.




🚀 WELCOME TO THE LUCID COMMUNITY 🚀



We are thrilled to have you join our vibrant and dynamic space where innovation,
creativity, and collaboration flourish. Whether you're a seasoned Lucidchart,
Lucidspark, or Lucidscale user or just starting your journey with our products,
you are an important part of our community that is fueled by the power of visual
thinking. At Lucid, we believe in the incredible potential of collaboration and
the impact it can have on your work and projects. Our online community is your
gateway to a world of shared knowledge, inspiration, and support. You'll find a
passionate and diverse group of individuals who, like you, recognize the
transformative power of visual communication. đŸ€ Why Join Our Community? đŸ€ 1.
Learn and grow. Connect with fellow users, exchange insights, and discover best
practices. Our community is a treasure trove of knowledge and by participating,
you can enhance your skills and become a Lucid Legend. 2. Inspire and be
inspired. Share your success stories, showcase your projects, and influence
others with your creativity. Explore the community to find helpful content and
get inspired with what others have posted. Our community is a place where ideas
come to life, and you can be a catalyst for innovation. 3. Get help and support
others. When you have a question or need assistance, our community is here to
support you! Likewise, you can use your expertise to support others facing
challenges. 4. Give product feedback . Your feedback is invaluable. As a member
of our community, you'll have a direct line to our product teams you can use to
help shape the future of Lucid products. 5. Get connected. Meet like-minded
individuals who share your interests and expertise by joining a group!
Collaborate, learn tips and tricks, and enhance your proficiency with Lucid's
tools and features related to your type of work. ⭐ How to Get Started ⭐ 1.
Create your profile . Introduce yourself to the community . Create a user
profile to share your background and showcase your expertise. 2. Explore our
content. Dive into discussions, ask a question, or join a group . Leave a
comment to share your ideas! Don't be shy; your voice matters. 3. Showcase your
work. Share your visual creations from intricate diagrams to collaborative
brainstorming sessions. You’ll even earn points and badges along the way! We're
excited to see your projects in action! 4. Review our Supplemental Lucid
Community Terms . Be sure to check out our Supplemental Lucid Community Terms ,
FAQs , and other helpful resources to explain exactly what conduct is expected
and how to navigate the space. We work hard to keep this space friendly,
helpful, and easy-to-use for everyone! 5. Stay engaged. Check in regularly and
don't hesitate to reach out if you need assistance or want to contribute to the
community's growth. You can always review the latest updates and top
conversations by checking out the Community News! Pro tip! Subscribe to
notifications so you don’t miss anything. The Lucid Community is more than just
a virtual space; it's a hub for innovation, a source of inspiration, and a
supportive network of like-minded individuals. Together, we'll chart the course
towards a future filled with clearer communication, enhanced collaboration, and
boundless creativity. Thank you for joining us—we can't wait to see how you'll
make your mark in our community. Welcome aboard! The Lucid Community Team




1 year ago
9124
News


NEW HELP CENTER GUIDES AND AI | DECEMBER NEWSLETTER



Lucid tip💡 Make your diagramming process easier and quicker by generating a
diagram with AI in Lucidchart! Use this highly requested feature to create a
flowchart for any instance. For more information, check out this post: Add your
feedback 💬 Here are a few posts from our Lucid teams looking for your insights!
Share your thoughts and feedback in the posts below: New help center guides 📚
Every use case in Lucid is unique and complex, so our help center content team
has created four new guides to help you maximize the power of Lucid’s features.
These helpful guides show you how to use multiple features together to achieve a
specific goal. Just follow the instructions to improve your understanding. Check
out these new articles here: Org charts: A guide from start to finish
Flowcharts: A guide from start to finish An Agile team’s guide to sprint
planning in Lucid Enterprise guide: Account configuration for account owners
Leaderboard 🏆 This month's top three Lucid Legends contributors are @Humas1985,
@aparrish, @Lance , and the top three community contributors are @k8siegel,
@msommer, and @quodsimDan ! Thank you for your participation in the community!




25 days ago
360


A LUCID LOOK BACK: REFLECTING ON 2024



This is perhaps my favorite time of year. We celebrate the joy of the season
with loved ones, and look ahead in anticipation of the new year. We set rest,
recharge, and set goals for what’s to come. 🎉 When I look back on 2024 at
Lucid, it has truly been remarkable. Our teams have worked hard to build new
capabilities and develop content to empower our customers to achieve their
goals. To name a few, we released: New Agile solutions AI advancements
Enterprise Shield 70 templates Over 30 integrations đŸ„‚ What has been your
favorite Lucid release in 2024? Share in the comments!




8 days ago
100


JOIN A CONVERSATION

 * Recent discussions
 * Help others

G
Guruji
asked in Admin Questions
SCIM Question | Remove/ Deactivate Users


Hello, If I remove a user from Lucid using the SCIM API, would it update the
Okta groups associated on its own? How does this work? What is the right
sequence of actions for deprovisioning users from Lucid and removing licenses
associated? What portions can be done without Okta being in the picture? Thanks,
S

0
71

1 hour ago
G
georger
asked in Admin Questions
Move documents to a different organization


I need to move some users from one organization to another. Is it possible to do
this and bring the documents?

0
81

1 hour ago
N
nickjames2006
asked in Admin Questions
LucidScale Azure Import failing on larger subscriptions


Hi all, We’ve managed to import most of our subscriptions from our Azure tenant,
but we’re struggling with the last three. They seem to fail without providing
any meaningful error message. I’ve spoken to support, who suggest it may be due
to 1) The number of resources or 2) The size of the subscriptions. I understand
that I need to split them up, which is going to be a hassle! However, I can’t be
the only LucidScale user facing this issue. So, I’m reaching out to ask if
anyone has any recommendations for splitting them up or tips on how you manage
these in Lucid. @Lucid: It would be really helpful if the error messages were
more detailed, indicating exactly where the process failed so we could
troubleshoot ourselves and know how best to split them if this is the only way
to proceed. Also any white paper on the amount of resources etc. per sub we are
limited to would also be advantageous Thanks,Nick J

0
101

1 hour ago
M
Matthew White
asked in Product Questions
FONT Not working.


The Font Daniel Black is no longer working on my account. This is very
frustrating as I have been using this for awhile and now all my boards are not
displaying correctly. I have tried in an incognito environment
 I have tried
with different browsrs. Chrome, firefox and edge. All the same. Please advise
ASAP. This is causing me a huge frustration.

0
51

2 hours ago
S
samWWCC
asked in Admin Questions
Why am I being told that I don't have internet connection when I do?


Essentially said in the title, but I’m unable to make any new files on
LucidChart. when I attempt to do so, a little tooltip pops up saying that I am
not connected to the internet, even though I am. Is there something I am missing
here? it has been this way for multiple weeks now.

0
103

2 hours ago
Sami HLucid support team
asked in Product Questions
Work in Lucidchart isn't updated/saved


Hello I went onto Lucidchart today and it seems all of my work from “Business
Plan 1” is gone. When I am on my docs list I can see all the work that I did
from yesterday in the document preview but when I go into the document it’s
blank (see screenshots).

0
49220

2 hours ago
A
afc
asked in Product Questions
data linked and fill color formula


i have a line where it has a data linked data that contains the hex codes of its
color supposedly it will use that hex code for its color how can i use that with
the =fillcolor() formula or is there any other alternative

0
93

2 hours ago
S
SAC
asked in Billing
identificacion fiscal


Buena tarde, Necesito por favor el documento fiscal de la empresa (tax id) que
factura por efectos contables en nuestra contabilidad.

0
31

3 hours ago
G
GaryZ
asked in Lucid for Developers
Lucid Service Test Redirect URI for OAuth2 not working


I have completed the steps in: OAuth 2.0 client creation and Client Creation but
when I attempt to use: https://lucid.app/oauth2/clients/{my_client_id}/redirect
after registering it with my own client id, I get “page not found” Previous dev
forum post here: References this docs page which is no longer working.
https://developer.lucid.co/api/v1/#app-registration Is there additional app
configuration required before I can use the Lucid provided service OAuth2
redirect URI in order to begin developing my app? Please do not refer me to the
API Key method as a solution, my goal is simply to use this endpoint: Update
Data Source from CSV

0
82

12 hours ago
P
patrickpereira1988
Change orientation for custom row text in dynamic tableIdea

Hello. Right now when we create a custom row in a dynamic table the text is
sideways and reads from the bottom up. Any plans to allow users to change the
orientation so we can pick from horizontal or vertical text? That way users can
read the text just like they would on a piece of paper instead of adapting to
the way the dynamic table displays it. Thank you for your time. Bye.

55
6613
P
23 hours ago
Show more...
G
georger
asked in Admin Questions
Move documents to a different organization


I need to move some users from one organization to another. Is it possible to do
this and bring the documents?

0
81

1 hour ago
N
nickjames2006
asked in Admin Questions
LucidScale Azure Import failing on larger subscriptions


Hi all, We’ve managed to import most of our subscriptions from our Azure tenant,
but we’re struggling with the last three. They seem to fail without providing
any meaningful error message. I’ve spoken to support, who suggest it may be due
to 1) The number of resources or 2) The size of the subscriptions. I understand
that I need to split them up, which is going to be a hassle! However, I can’t be
the only LucidScale user facing this issue. So, I’m reaching out to ask if
anyone has any recommendations for splitting them up or tips on how you manage
these in Lucid. @Lucid: It would be really helpful if the error messages were
more detailed, indicating exactly where the process failed so we could
troubleshoot ourselves and know how best to split them if this is the only way
to proceed. Also any white paper on the amount of resources etc. per sub we are
limited to would also be advantageous Thanks,Nick J

0
101

1 hour ago
M
Matthew White
asked in Product Questions
FONT Not working.


The Font Daniel Black is no longer working on my account. This is very
frustrating as I have been using this for awhile and now all my boards are not
displaying correctly. I have tried in an incognito environment
 I have tried
with different browsrs. Chrome, firefox and edge. All the same. Please advise
ASAP. This is causing me a huge frustration.

0
51

2 hours ago
S
samWWCC
asked in Admin Questions
Why am I being told that I don't have internet connection when I do?


Essentially said in the title, but I’m unable to make any new files on
LucidChart. when I attempt to do so, a little tooltip pops up saying that I am
not connected to the internet, even though I am. Is there something I am missing
here? it has been this way for multiple weeks now.

0
103

2 hours ago
A
afc
asked in Product Questions
data linked and fill color formula


i have a line where it has a data linked data that contains the hex codes of its
color supposedly it will use that hex code for its color how can i use that with
the =fillcolor() formula or is there any other alternative

0
93

2 hours ago
S
SAC
asked in Billing
identificacion fiscal


Buena tarde, Necesito por favor el documento fiscal de la empresa (tax id) que
factura por efectos contables en nuestra contabilidad.

0
31

3 hours ago
G
GaryZ
asked in Lucid for Developers
Lucid Service Test Redirect URI for OAuth2 not working


I have completed the steps in: OAuth 2.0 client creation and Client Creation but
when I attempt to use: https://lucid.app/oauth2/clients/{my_client_id}/redirect
after registering it with my own client id, I get “page not found” Previous dev
forum post here: References this docs page which is no longer working.
https://developer.lucid.co/api/v1/#app-registration Is there additional app
configuration required before I can use the Lucid provided service OAuth2
redirect URI in order to begin developing my app? Please do not refer me to the
API Key method as a solution, my goal is simply to use this endpoint: Update
Data Source from CSV

0
82

12 hours ago
A
allysonswelam
asked in Product Questions
Lower left navigation doesn't work


When I insert a new page, it shows a “Page 2” tab in the lower left but I’m
unable to navigate to it or use ANY of the lower left action/navigation buttons.
Frustrating! I did some research and I have cleared cache on the latest version
of Google Chrome (as suggested) and restarted all to no avail. Please HELP ASAP!

0
11

1 day ago
D
Dennis Bourn
asked in Product Questions
Unable to select shapes or insert content in My library


I wanted to use the shape in “My libraries” but no matter how I double click, or
use different keyboard and mouse combination, I could never select the shape. I
tried to drag it out but unable to. Video of the issue.

0
71

1 day ago
K
Kevin Ross
asked in Product Questions
Value Stream Mapping - "Read how to link data to your diagram" not working


When I click on the link above, I get “Oops The page your were looking for
doesn’t exist” error. Is this a known problem?

0
51

1 day ago
Show more...



LEADERBOARD

 * Weekly
 * All time

1
aparrish

103 points

103 points

2
Ria S

38 points

38 points

3
Kathy R

32 points

32 points

4
J
jbirdjavi

30 points

30 points

5
Y
yana.dirkx

30 points

30 points

6
C
Chris Mosch

30 points

30 points

7
A
afc

26 points

26 points

8
G
GaryZ

22 points

22 points

9
Pabst

20 points

20 points

10
S
samWWCC

20 points

20 points

1
Humas1985

9034 points

9034 points

2
Addie

6421 points

6421 points

3
Ria S

4937 points

4937 points

4
rafaalb07

1037 points

1037 points

5
Leo Barnes

969 points

969 points

6
aparrish

964 points

964 points

7
Stacey R

662 points

662 points

8
Sebastian101

588 points

588 points

9
P
patrickpereira1988

527 points

527 points

10
Kathy R

461 points

461 points



POPULAR TAGS

 * Lucidchart
 * shapes
 * Lucidspark
 * data linking
 * org charts
 * text
 * lines
 * templates
 * sharing
 * download
 * API
 * document/account performance
 * Lucidspark cards
 * conditional formatting
 * images


STILL LOOKING? TRY THESE.


TRAINING LABS

Dive deeper with self-serve courses and live training workshops.


HELP CENTER

Find detailed documentation on each feature in our library of help articles.


CONTACT SUPPORT

Find resources for managing your Lucid account.

Powered by Gainsight
Lucid Software Inc. Supplemental Community Terms

Get Started

 * Contact Sales
 * Get Support

Products

 * Lucidspark
 * Lucidchart
 * Lucidscale

Solutions

 * Digital transformation
 * Cloud migration
 * New product development
 * View more

Resources

 * Customers
 * Partners
 * Affiliates
 * Developers
 * Security
 * Help center
 * Community
 * Learning Campus

Company

 * About Us
 * Mission
 * Leadership
 * Newsroom
 * Careers

Privacy Legal Cookie privacy choices Cookie policy

©   2024  Lucid Software Inc.


CREATE AN ACCOUNT IN THE COMMUNITY

A Lucid account is required to interact with the community. You will be
redirected to the Lucid app to create an account.

LOGIN WITH SSO

Log in with Lucid
or
Username *

E-mail address *

Password *

I accept the terms & conditions
loginBox.register.email_repeat

Register



LOG IN TO THE COMMUNITY

A Lucid account is required to interact with the community. You will be
redirected to the Lucid app to log in.

LOGIN WITH SSO

Log in with Lucid
or
Username or Email

Password

Remember me
Log in

Forgot password?

Enter your E-mail address. We'll send you an e-mail with instructions to reset
your password.

Enter your e-mail address

Post reply

Back to overview


SCANNING FILE FOR VIRUSES.

Sorry, we're still checking this file's contents to make sure it's safe to
download. Please try again in a few minutes.

OK


THIS FILE CANNOT BE DOWNLOADED

Sorry, our virus scanner detected that this file isn't safe to download.

OK