Hi,
I am trying to create a dictionary of banned phrases and words. I am building a social networking native app and want to be able to perform a check on a button workflow, that essentially runs:
When ‘Button’ is clicked and ‘Multiline Input Comment’s’ value does not contact (word/phrase in dictionary) then create new comment.
I am trying to understand how to create the dictionary that would fit in the brackets.
Any idea who to do this without a plugin/calling external API? Or if I need to call an API which one is best?