We have upgraded to portal 2 from portal 1 and in portal 2 we are using the same flows on custom buttons. when we click on the button in portal 2 we get the attached error ‘Result of Expression is Undefined’. We have tried to delete and add the button again but the error stays. Please let us know what would be a possible fix for this.
if you are trying to use the same flow from Portal1 button in Portal2 button the problem is probably the table name in the start step of the flow.
For Portal1 it used to be Input
I’m encountering a persistent issue that occurs intermittently. My setup works for a while, but then the problem reappears. I’m currently using the Input variable, but when I switch to InputTable, I receive an error stating that Input table is missing. Adding Input afterward doesn’t resolve the issue, and no results are generated.
Could you provide guidance on how to fix this? Please let me know if additional details about my setup or configuration are needed.
but when you switch to InputTable in the start step, you must change to InputTable also in every place down the line (FirstOrEmpty(Input).woNo => FirstOrEmpty(InputTable).woNo)
I did it first, and it didn’t work, but now it seems to be working. Probably some mistake on my part. I’m uploading it anyway. Do you have any nice improvements or tips on how to think when building these kinds of flows?