Announcements
Hi all i am trying t filla webform from a excel sheet which contains a gender column, iam unable to make the radio button select the appropraite gender value based on the excel data.
The UI element picker either picks male or female only.
Hi @bensat2 ,
Here you cant pass data directly for ui,
First use if condition
if currentitem['gender'] = 'male'
click this
else click female
If I have answered your question, please mark it as the preferred solution. If you like my response, please give it a Thumbs Up.
Regards,Riyaz
Hi
this is the field in my form
The flow say there is no variable clled currentitem[Gender]
unable to create the variable current item gender, what is the ui element to be selected in the image i shared above of the form
Male give without double quotes
Could you just show a screen shot of creating currentitem[gender]
have shared the screen shot of my web form
CurrentItem is a variable what we passing for each row i hope you read excel and stored in variable and passing through loop so in for each automatic created variable currentitem.
%CurrentItem['Gender'] %
I hope in your excel Gender is the column name in excel else you can use index also.
%CurrentItem[3] %
These all are examples.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
David_MA 298 Super User 2026 Season 2
trice602 159 Super User 2026 Season 2
11manish 150 Super User 2026 Season 2