There isn’t a “user friendly” way to pull this off, however you can create a component with a 1 time manual function via a component setting writhin a loop. Basically you make the default setting an execution failure to stop everything downstream, and when a user selects the setting to pass the info then it would execute and return to the off mode. (This has to be done in the “Interactive View”, which must be manually opened at this point) The only way that I have pulled this off is to place the entire downstream workflow within that manual trigger component though… Not super friendly.
Perhaps if you are just sending an integer, then you could build a 1 time function component that’s only purpose is to pass an empty table (or value that triggers errors) if no integer is selected and sent downstream, then you might be able to keep the downstream processes visible in the wider workflow? You would just need the subsequent nodes to fail when an empty table or non-numeric value is passed.
Here is an example of a component I made with a 1 time functioning loop structure.
Hello, my request is actually not worflow specific, it is as follows: a row filter node with a connected widget that, when you run the wokflow, pops up and you need to enter the value which ultimately a flow variable in the row filter node.
Hi @hmfa thanks i’m aware of this point and I have already mentioned it in my original post.
@All, after reading through the below article, i think that,in a straightforward way, it’s not possible to get a prompt while running the wokflow and any value adjustment has to be done beforehand.
Another trick you could do is to place the entry into a temporary Excel file. You could have the workflow copy your entry template over to a working folder location, then have the workflow open the file in the event that the integer value was empty. Make sure that the workflow structure throws an execution error to stop it in the event it is blank. Once the user has entered and save a number in the excel file you would then re-execute all. Then at the final step of the workflow you would delete the entry file to set up for next time. It is a bit advanced, but it works.