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: ...
PizhayutArise
Apr 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_Bellini
Apr 26, 2024Copper Contributor
I 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.
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.