MuleRun
Chat
Resources
Pricing
Back to all
Agent4_Draft_Creator
by
hadarwayn
Run
0
0
Feb 7, 2026
Visit Source
feedback_data = {} for row in ws3.iter_rows(min_row=2, values_only=True): email_id, grade, category, persona, response, attempts, status = row if status == "Ready" and response: feedback_data[email_id] = { 'grade': grade, 'response': response }