I have a list of text stored in my database. Eg. (item1, item2, item3).
I am calling a backend API workflow on this list when someone presses a button.
Here is how it looks:
As you can see, I have the parameter, websitelist, that takes the text of the item in the list as it iterates through it.
Now what I want to do is use the parameter numberinlist which would represent the item # that “websitelist” is on the list .
I have spent many hours trying to figure this out and am banging my head against the wall at this point. I am looking to find out a way to create operating commands in numberinlist that somehow takes “this text” and finds the item # that it represents in the list.
Thanks in advance to anyone who can help.