Hello, I want to extract only the ID value from this string that comes from another screen. I have tried several methods but it doesn’t extract anything directly, or it directly extracts the entire string and I can’t understand what I’m doing wrong.
or else it tells me that it is not a valid CSV row
use split block to split string at " " then it gives you proper list
I have already done it also by sending the clean string from one screen to the other and it arrives without (,) without (") or any other special character, and it does the same, and it does not return anything or it returns the string as it arrives but the whole thing does not select the ID
show us how do you pass the value from previous screen to this value. If it is as Yailist then why dont you use select list item list? is it throwing any error?
Thank you for your interest in my problem. The error that I may have encountered when modifying a block gives me the error that the image says,
I tried string, replace all, and split and nothing it’s always the same
I clarify that I want to capture the dynamic button id, and pass it to the other screen to extract it.
why you are using global id multiple times here? do one thing, use only one time the global id and click the do it and share the result here
use only this block and share the global ID here to help you further
Do I have to use it to remove the special characters before sending it to the other screen or not?
yes of course. so that we can assist you better
That’s what appears to me in the debugger on the following screen.
Nope, you are wrong. Pls click on the global id and share your result when aby button click event triggers
I don’t understand
When starting, it loads a cardview with information from Baserow, which is displayed in the app along with a dynamic button.
create dynamic component, click any dynamic button and then click on this global id button and share the result
pls click on global id and show us the result..