I have a workflow that is searching and creating a list of users and connections.
It seems to work but when i look through the logs sometimes i see
1348695171700984260__LOOKUP__1724706990216x327496595107479550
There is a unique ID for 1724706990216x327496595107479550 but not sure what the beginning part of is coming from? Could it be because i have a do a search inside a do a search (nested search)?
Yes, you have a nested search and the log reflects it.
What is the issue?
Got it, I never seen the logs in detail so did not know what it was or if it was an error. I was expecting to see 2 full uniqueID hashes not a partial one in the beginning.
So I think it works as designed. When I run the workflow, it adds the correct people to the list. I do not set a condition so that if the person is already on the list do not add them. How come when i run the workflow multiple times, the same people are not added to the list. I expected that if i run multiple times, it would keep adding the same people to the list?
When i then add this condition, it still behaves as the same as if this only when condition is empty.
Bubble lists do not allow duplicates.
1 Like
Oh wow really, I did not know that.
Thank you!
I would of imagined it would of stated that in its official docs. Would you know where they explain that?
Not sure if it’s listed in the docs but you can easily test this out.
1 Like