Hi @russrimm ,
Yes, you could use a Timer control to expand the waiting time.
Try this:
1)insert a people icon, insert an image
Set the people icon's Visible: If(IsBlank(a),true,false)
Set the image's Visible:If(!IsBlank(a),true,false)
2)insert a Timer control
Set the Timer control's Duration: 100 (waitting time)
OnTimerEnd: Set(a,1)
In this way, user will first view an icon and then view the image, which gives the app more waitting time.
Best regards,