Hi there appland,
I hope everyone is well. I am struggling with an expression, I am sure it will something obvious which will make me embarrassed.
I have created a bot to generate a PDF when something gets edited, and I have created the following expression for the file name:
CONCATENATE (“RM23”,“-”,[Stage #], " " ,[LEAVING COUNTRY], " to ",[ENTERING COUNTRY])
It worked for the first 2 or 3 entries and then files started being named as “AppSheetDoc” instead.
I have another bot which is working perfectly and the expression is:
CONCATENATE (“RM23”,“-”,[Stage #], " " , [Start], " to " ,[Finish])
Unless I am missing something here both expressions are structured exactly like each other.
Any ideas what I could be doing wrong?
Thank you!
