Hi everyone, I am new to using powerapps. I am trying to connect two data sources in one gallery. One data source is a lookup table where a user can select on a predefined list of data, the other is for saving the data based on user selections. How can I make this add new row button works that add data on the gallery whenever I hit it. It seems that it doesn't add another thing to my gallery. Thanks!
Here's my new row button code:
Patch(
'DataSource',
Defaults('DataSource'),
{'Job Category': ""}
)
Items on my gallery
Defaults('DataSource')