@to-nice said in Multi parse csv string:
@sergerdn A quick question: with my other bot, when I have 100 accounts using the 'perfect fingerprint,' the bot completely freezes. Would using an external database help avoid this issue?
I don't know.
Hi, I have seen this https://community.bablosoft.com/topic/3750/how-to-avoid-duplicates-in-database/3
and want to know if its possible to search the whole of the database table for a string.
I have tried what the OP has tried, list functions such as get index and list contains aren't working as expected, it doesn't let you search the whole database for a string(it returns false / no result) nor select records by criteria.
@HELP_ME said in Search the whole of database table for a string:
Hi, I have seen this https://community.bablosoft.com/topic/3750/how-to-avoid-duplicates-in-database/3
and want to know if its possible to search the whole of the database table for a string.I have tried what the OP has tried, list functions such as get index and list contains aren't working as expected, it doesn't let you search the whole database for a string(it returns false / no result) nor select records by criteria.
Use the filter in the "Select Records By Criteria" action

