Skip to main content
July 5, 2022
Question

Interface .i created interface to download the data by using the safelink but it is showing could not cast from dictionary to safe uri

  • July 5, 2022
  • 2 replies
  • 0 views

Could not cast from dictionary to safe uri.castinvalid could not cast from dictionary to safe uri:castinvalid

    2 replies

    stefanhelzle0001
    Brainy
    July 5, 2022

    Seems like you have a dictionary which you try to assign to the url field. Does that dictionary contain a field which holds the url? If yes, try to assign this field to the url parameter.

    harshitb6843
    July 5, 2022

    Adding more to it, if the availability of the URL is uncertain, then consider using index() or property() function.