Message or Post just changed to [quote=“Mazin, post:6, topic:110020, full:true”]
When the Value is “2,Link”, Firebase is only sending “2”
And if the value is “https://creator.kodular.io”, Firebase is only sending “https”
What’s the Problem ?
[/quote]
I’m trying to Select index 2 from a CSV row list, But showing an error (runtime error) “Attempt to get item number 2 of a list of length 1: (2)”
My CSV text “2,Link”
Debug the list which cause the problem. We can’t help you too much when we don’t see the content of your variable. Just fetch the variable to any test variable and show us the content.
When the Value is “2,Link”, Firebase is only sending “2”
And if the value is “https://creator.kodular.io”, Firebase is only sending “https”
What’s the Problem ?