Can I log user specific inputs?

Hey everyone,

I have created a calculator for users.

I do not want to make people sign in to use this.

So I’ve got a user-specific column setup.

When someone puts their salary and workplace in, it filters a list of employers below.

However, I do want to log this salary data. As far as I’m aware user-specific columns don’t save in the table.

Is there a way to get non-logged in visitors input data, and for that to filter a table + save?

Thanks

You would just need an action that would take those User Specific values and use them to add a row in a table.

1 Like