Hi,
I would like the information collected by my app to be written to a specific datasource depending on which user is logged in.
Currently, I am using:
'If(User().Email = "...",Patch(...' etc.
but with over 20 distinct users this is not ideal.
I have tried unsucessfully to Set a dynamically named variable by Concatenating and then:
Patch(variablename,
or
Patch(Text(variablename),
etc.
Any help with Patching to dynamic datasources would be appreciated.
Thanks,
David