Create your first flow
Enter
to create your first flow.
@
@
in front of the input name. For example, to create a input variable for linkedin_url, just do @linkedin_url
and you can see the input in Input with linkin_url on the right.
#
@
in front of the output name. No new input created in the input variable section because DataGen will automatically recognize it is referring to the output of the previous step.
Once the step is successfully built, you can see the output in the output section on the right.
/
get_linkeded_person_data
, simply put /get_linkeded_person_data
.
You can see the list of tools in the tool section with the ranch icon.
Submit
button before building the step.
Next, you need to make sure the input have value put in. Once the step is sumbitted, and the input is filled, you can click the Build
button to build the step.
During the building process, our Code Gen will try to create the code to accomplish the step and use the input value to validate and self correct. So its not just a code recommendation, but validated by your input value.
Here are two articles you will see after you hit the Build
button:
edit
button. Once the step is successfully built, you can see the output in the output section on the right. You should go ahead and validate the output to confirm if it is what you expect.
Code
button. This is useful when you want to see the full code and understand how it works.