User Portlet User Portlet

Discussions
Wow, that worked! I really appreciate the answer! I never would have figured that out. Now to break apart what it is doing so I really know it! Thanks.
UPDATE: I figured out how to do this. The correct command is: CloudDeploy[FormFunction["testn"->"Number",CloudPut[#testn,"test"]&]] And gives... In[84]:= CloudGet["test"] Out[84]= 556
[@Gustavo Delfino][at0], UUID idea is rather neat! A note, - in non-operator form the `Hold` is not needed: Join[#, {CreateUUID[]}] & /@ {{1, 2, 3}, {4, 5, 6}, {7, 8, 9}} BTW, using `Join` should be faster than `Append` on large datasets...
Thank you all very much. That gets me headed in the right direction. I had looked at 4 books and the reference pages but it is hard to find your way through the forest of expressions.
I am trying to connect to an Azure SQL database but am having trouble connecting. Does anyone have an example of the correct string for OpenSqlConnection? I am able to connect using Database Explorer so I know I am able to connect. Is there a way...
Can you connect to QuickBooks using Mathematica DatabaseLink? If you can connect the remainder of the question is generating the SQL commands as string to get executed on database system. Something like: SQLExecute[conn, "spreport...
HI, I am trying to connect to SQL database on our server using Database Explorer.  I can set up the connection and the test button says it is successful.  I will add that  I need to suppy the database name as the drop down doesn't show any of the...