Retrieving information from a single cell in a list and embedding it into a SPO site

ania3 21 Reputation points
2022-05-17T08:55:05.537+00:00

Hi all,

I'm fairly new to using sharepoint and I've been trying to figure out this one thing for a while. I have a sharepoint list and I'd like to present it in a SPO page, to make it look a bit more user friendly (the list is long and contains a lot of information). Essentially, I'm looking for a way to take the content of a single cell in that list, and post it on the page. I want to be able to choose which cell's content to post, and do some basic formatting, like changing the size and so on. Is there a way to do this?

I realise I'm not good at explaining what I mean, so I have prepared a very advanced and beautiful concept sketch, hoping it will help understand what I'm trying to achieve:

202619-spopage.png

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,559 questions
{count} votes

Accepted answer
  1. Tong Zhang_MSFT 9,116 Reputation points
    2022-05-20T08:12:41.987+00:00

    Hi @ania3 ,

    According to my research and testing, you can use JSOM to get the value of the listitem and then display it on the site. Here is an example of my test , you can following the code:

    ( In my test, I get the contents of the cell and display it on the site, and you can add css style to change the size etc.)

    Code (please see attachment)

    My test result:
    203966-image.png
    204052-image.png


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. ania3 21 Reputation points
    2022-05-20T09:42:24.13+00:00

    Thank you, this is exactly what I needed!

    0 comments No comments