What are visually correct steps to create this data-binding statement?

output_1.data.query_1.where('user_id', detail_output_1.data.user_status_by_id, '==').values('user_name')

I used to able to select Where statement then Values graphically but just realised I couldn’t do it anymore now.

Annotation 2020-07-14 172820

This statement results user name where user_id equals user_status_by_id

Community Page
Last updated: