I have an API that returns a list which we save in the database. The list will look something like this:
may income
50
june income
75
july income
50
total income
175
I’ve tried to use repeating groups and use index numbers but I run into the same problem.
Basically I need: If cell/item is equal to “june income” return item# or index#.
That way if it returns 3 I can do some calculations on item 4, (3+1).
Is there a way to accomplish this in Bubble. The closest thing I could find to the topic was this thread that never got an answer: Search a list and return the item number
Thanks!