Announcements
Hello,
I have 2 Lists in SharePoint. See attached images . In my Form, I want to appear in Dropdown "Type d'Achat" the column which name is the selected Item in Dropdown "Service Acheteur".
Please Help!!!
Best Regards
Hi @Bastos ,
Let me know if am correct, you want your Dropdown "Type d'Achat" to be updated with the items of that field whose name is selected from the Dropdown "Service Acheteur"?
If you are selecting - "Interne_ITL_Cellule_ITL" then the dropdown should show the items for that column?
We made a sample for you.
OnChange:
ClearCollect(Col3,Dropdown2_1.Selected)
Items of another DropDown:
Col3
Hope this will help you,
Best Regards,Tina
Yes.
Hi,
It is very simple if like this. SharePoint List column names in "Type-Achat" are Items for the List "Service Acheteur". So The Dropdown "Type d'Achat" becomes variable. It depends on Selected value in "Service Acheteur" Dropdown.
Best Bastos
On the second list for which the image you shared, it's visible that the names are under the Title column.
If that's true, then use the dropdown formula to filter the list by dynamically providing the title value.
Dropdown Items -
Filter(DataSource_List, Title=Service_Acheteur.Selected.Value,ChoiceColumn_Name)
Actually, they are same between them.
We made a SharePoint List to be data source for you.
First Dropdrown:
Items:
DataSource.ColumnName
Second Dropdrown:
Value:
"Title"
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
11manish 514
WarrenBelz 419 Most Valuable Professional
Valantis 295