Perhaps this is the wrong wording for this question but here is what I am trying to do.
NOTE: I have not come to a conclusion whether or not the final URL(base URL + parameters) is assembled and then written to the data source or if these URL are assembled at the time for viewing/rendering. If I assemble and write to the data source then this question is moot.
What I need to be able to do, if I am assembling the final URL on the fly for rendering is the following:
Make sense?
After the result from #2 is done, presuming the result is a Table, something along the lines of the below
(some of the below may be in pseudocode form to get the idea, please test and adjust it where needed when actually using it):
For #3 :
ForAll (YourTable, If(!isBlank(Value),Concat(Value,"&"),""))
For #4 - to remove the last character :
Set(_SomeVar,ForAll (YourTable, If(!IsBlank(Value),Concat(Value,"&"),"")));
Set(_SomeVar,Left(_SomeVar,Len(_SomeVar) - 1))
WarrenBelz
637
Most Valuable Professional
stampcoin
570
Super User 2025 Season 2
Power Apps 1919
473