Forum Discussion
Deleted
Sep 14, 2023json conditional footer with links
I'm attempting a json script to show one of three options (text, text w/hyperlink, text w/hyperlink) based on an if formula using columns and response options. Extremely new to json and not sure if i...
Deleted
Sep 18, 2023Maybe if I explained it in another way using a different example:
If [Status] column = 'approved' and [Position] column = 'A' or 'B', then 'Thank you' should appear as text in the sharepoint list footer.
If [Status] column = 'approved' and [Position] column = 'C' or 'D', then 'You're welcome' should appear as text in the sharepoint list footer.
If [Status] column does not = 'approved', no text should appear regardless of what is in the position column.
All help is appreciated!!
If [Status] column = 'approved' and [Position] column = 'A' or 'B', then 'Thank you' should appear as text in the sharepoint list footer.
If [Status] column = 'approved' and [Position] column = 'C' or 'D', then 'You're welcome' should appear as text in the sharepoint list footer.
If [Status] column does not = 'approved', no text should appear regardless of what is in the position column.
All help is appreciated!!