Hello @Corey Amoruso ,
Thanks for the ask and using the Microsoft Q&A platform .
The below expression should work out for you . The idea is to build the JSON using the concat function.
@concat( '{
"UpdatedOn":',variables('LastRun'),
',','MemberIDs":',variables('Memberids'),'}' )
I did tried this on a setvariable acitivity and it worked fine for me . Please see the animation below Please let me how it goes .
Thanks
Himanshu
Please do consider to click on "Accept Answer" and "Up-vote" on the post that helps you, as it can be beneficial to other community members