How we can Eliminate the Create Form Activity (Previously is attended Bot, Now we are trying to do with Unattended ) And Run without Manual Intervention

How we can Eliminate the Create Form Activity (Previously it is attended Bot, Now we are trying to do with Unattended ) And Run without Manual Intervention.

There are 5 Fields which are User input required as shown below IMG, How we can pass the Hardcore values to that. There are two Main Option where we can split the workflow i.e. Import & Export

Please help me

If you’re requirement is to make it unattended, I think you don’t have to use forms anymore.

But the Output of Form is used in Everywhere in Project till the End, and the Process is very Big, is there any alternative can I use to Eliminate the Create Form activity and the Hardcode output of Create Form activity we can Pass to further automation .

That depends on how you plan to get the input. Is there a way to get the input without using forms such as extracting it from a webpage or any other custom methods? If yes, then you can simply eliminate forms.

You have to determine how you’re going to get these inputs as you know the process.

Actually it is Completely on Excel Based

Okay, in that case, you can use the input from the Excel and bind it to the variables or arguments that came from forms. Do you have any complexities with that?

strSerialUserInputData this is the Output of Create Forms Activity
If we Hardcore the strSerialUserInputData then will it work , How we can change that, Do you have an Idea