Dear All,
I'm new to Power Apps so the question may seem basic.
I'm fetching a dynamic string from DB which is having slashes in between for example "A/B/C/D/E" now I want to split this using delimiter (slash in this case) and get "individual" values like, "A", "B","C","D" & "E" and then set it to the individual textboxes on page. (I'm having 5 textboxes on the page)
I am using split function but it's giving me table values which I can set to dropdown but unable to take individual string values from this.
Can you please help?
Thanks & Regards,
Sanjay Adsure