01-12-2021 11:48 AM
Is there a way to check if an empty list has been set using the python API?
Solved! Go to Solution.
01-12-2021 11:49 AM
It can be done using the exists() method. Will return "True" if has been set, otherwise the result will be "False". (Credits to Viktor Leijon)
01-12-2021 11:49 AM
It can be done using the exists() method. Will return "True" if has been set, otherwise the result will be "False". (Credits to Viktor Leijon)
01-13-2021 01:50 AM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide