Nov 28, 2024 08:18 AM
Hello all,
New to Airtable and still figuring out things.
I am creating a job board, and want some data to be blurred in the main page for non logged in users.
I am attaching two screenshots -- one from Airtable and the other from the app I am using to create the board. For example, I want the Company details to be blurred.
Is there a way to do this in Airtable (the app itself doesn't have any).
TIA
Solved! Go to Solution.
Nov 28, 2024 08:46 AM
Hey @SenRath!
There is no way of conditionally blurring the value via Airtable based on whether a given user is logged in on your other app. However, you could have two different blocks on your app. One which is only visible to logged in users, and one which is only visible to non-logged in users.
Furthermore, each of these blocks should be configured to show different fields (one will show salary and one will not).
Would that help?
Best,
Mike, Consultant @ Automatic Nation
Nov 28, 2024 08:46 AM
Hey @SenRath!
There is no way of conditionally blurring the value via Airtable based on whether a given user is logged in on your other app. However, you could have two different blocks on your app. One which is only visible to logged in users, and one which is only visible to non-logged in users.
Furthermore, each of these blocks should be configured to show different fields (one will show salary and one will not).
Would that help?
Best,
Mike, Consultant @ Automatic Nation
Nov 28, 2024 12:31 PM
Thanks so much for the tip.
I also thought of another option: in the same table, create a new field and populate with the sentence "please sign-up or sign-in" for the tabs I don't want to be shown for non-logged in users. I then map that field for Company tab in the page shown for non-logged in users.
Thanks again