Public app with religious content

Hi,

I have creating a public app which has plan for bible study and Q and A session. I also added a table with first names of my prayer group people and allow them to select the completed portions using enumlist.

I have 3 questions.

  1. The users cannot add their name to Q&A page but can read what I am posting(the post will not have names). My question is -Since I create the biblical Q&A page does it comes under sensitive data?.

  2. Can I use Linktofilteredview() allowing only my prayer group to enter their name and filter their rows to add content from the enumlist I created.

  3. Can I able to make changes after deploying the app as public app?

Thanks,

When the app is public, whoever can see all the data. That’s the main thing to remember.

#1 - If you have filled some sensitive data, yes everyone will see it. If you mean the “Sensitive” option under the column’s definition, yes the app still shows it.

#2 - Because you are not using authentication, you are not able to identify the user with the email address. You could use Usersettings for this purpose, but whoever cannuse the same name etc. to see the same filtered view. But again, even with the Usersettings, who ever can see all the data.

#3 - Yes you can modify the app after it has deployed.

1 Like