Fetch Data From Database Table For Use In Flow

What Type can I use when pulling data from database table to use within a flow?

Comments

  • You will need to create a data structure for the desired table. This will require you to create a Table Integration with your Local Connection. This can be done by choosing Create datatypes/integration → database integration → Add Table.

    Here you will choose what you want to connect to. Next will have you choose the table within the database you want to integrate with. Choosing Next again will provide the fields and table keys you would like to use. Once done you will have a table definition and data structure created which can be used within a flow. Steps are also made available under Database, Local Connection, [Table Name].

Sign In or Register to comment.