Forum Discussion
PizhayutArise
Apr 26, 2024Copper Contributor
Show data from additional fields from a lookup column to the custom layout header
Hi, I wanted to show data from additional fields from a lookup column to the custom layout header. Example: List 1: Submit Round (text), Deadline Date (date), Result Date (date) List 2: ...
Antonio_Bellini
Apr 26, 2024Copper Contributor
Hi Pizhayut,
what you mean when you say that you want to create a custom layout header?
Once you create the lookup column on the second list, you can add also other columns from the source list, including datetime. So techincally you have those data
what you mean when you say that you want to create a custom layout header?
Once you create the lookup column on the second list, you can add also other columns from the source list, including datetime. So techincally you have those data
- PizhayutAriseApr 26, 2024Copper Contributor
Antonio_Bellini Hi, thank you for the reply,
I was talking about configuring layout header:
Ref: https://learn.microsoft.com/en-us/sharepoint/dev/declarative-customization/list-form-configuration
I wanted to show the data on the header as follow, but it just show blank
Thank you.
- Antonio_BelliniApr 26, 2024Copper ContributorI already had this issue, and i am sure there is no way to do it with Json Format, because in that moment you don't have the context of the lookup list.
My work around was to charge all values i need on different hidden columns on the list, with a Power Automate flow, in this way you could also calculate the column you need.
Other way is power apps, where you load the other list context, so you can have available all value but you said you want to avoid it.