Skip to main content
sheldona0001
October 25, 2021
Question

Getting Data to Display in Appian

  • October 25, 2021
  • 0 replies
  • 0 views

I have managed to get the API to successfully import data from Big Query, However, I am struggling to get the data's to display in the Data Previews.

I have created the rule!Pulling_Data().result.body.rows.f along with the:

createdictionary(
{"ClientID","Client","Project","Developer","Hours"},
fv!item.v
)

so that the rows are split into columns, however, although the test is successful with this output. There is no data in the "Data Preview"

Is there a way around this, or something I am doing wrong that is now allowing the rows to display?