How can I filter the form and LFD data with users data?

I am building an expenses app and I was wondering if can I filter the form and LFD data with users data. Is that possible? For example, if I want staff to submit expenses which will be reviewed by their managers

Great question!
In order to log the email of the user submitting the form you can use a form setting like this below:
This assumes that you have ‘Email’ as your column name in your data source where the login’s are stored.

To filter an LFD with the logged in users data use the following setting:
This also assumes the same about Email in the login data source

1 Like

We also have a support article to help with this question

1 Like

Great! Thank you both for your help.