Forum Discussion
Customize List Form to Use Two Lists
https://www.youtube.com/watch?v=fqH1U0_TanI
In the end I used:
Value(Last(Header).ID)+1 to link the two lists.
But thanks for the link, the videos are great.
John
- Mihir YelamanchiliJun 27, 2018Brass Contributor
Your formula Value(Last(Header).ID)+1 may not work always correct.
Example: You have created a header item with id 10. For some reason you/some other person have deleted this item from header list. When you try to add the item to header and lines list through power app, your formula will return you id as 10, which was deleted. So it will fail in this scenario. Is it right!
- John CondronJun 28, 2018Brass ContributorHmm yea, you are right. I'll need to find a better solution. Any ideas?
- Michal GolkaJul 05, 2018Copper Contributor
Install Sintel Forms and configure related lists: https://sintel.ie/products/sintel-forms/
It is free for up to 2 forms so you don't have to pay for it.
1. Create the header list, and then the related list that will contain a lookup field pointing on the header list.
2. Enable Sintel forms on the header list and your related list will appear among the fields.
3. Drop it into the chosen section and save the configuration
You will be able to inline add and edit items as per the screenshot attached
Cheers